Refactoring (MAY BE BUGGY)

This commit is contained in:
2025-10-13 09:16:28 +11:00
parent 81d6e21a00
commit fa5d805eef
20 changed files with 2953 additions and 2929 deletions

View File

@@ -13,13 +13,7 @@ Ground is an interpreter which processes and interprets Ground instructions. It
## How do I get started?
Clone the repo and compile with your favourite C++ compiler:
```
g++ src/main.cpp -std=c++17 -O3 -o ground
```
(You can omit the -std flag on systems which default to the latest standard, and the -O3 flag if you're fine with a slightly slower interpreter.)
Clone the repo and compile with `make`.
Run a Ground program: