/*
Ground
Copyright (C) 2025 Maxwell Jeffress
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
*/
/*
With the licence out of the way, let's begin!
Ground is a programming language which takes some inspiration from
Assembly in it's design, but has higher level features (more types,
simpler IO, easier variables, etc) which make it easy to use.
Ground works even better if you write a programming language that
compiles to Ground code. Ground is designed to have a similar
purpose to the Java Virtual Machine, except easier for anyone to
write their own highly opinionated language on top of.
See documentation for building, maintaining and writing Ground code
in the docs folder in the repo.
Happy coding!
*/
#include
#include
#include
#include
#include