Well, we have a REPL. It blows up horribly, but we have one.
This commit is contained in:
parent
4efe9eab87
commit
cf05e30540
19 changed files with 422 additions and 144 deletions
7
.clangd
Normal file
7
.clangd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CompileFlags: {CompilationDatabase: }
|
||||
|
||||
If:
|
||||
PathMatch: .*\.c
|
||||
|
||||
CompileFlags:
|
||||
Add: [-std=gnu23, -Wall, -Wextra, -I src/c -I src/c/arith -I src/c/environment -I src/c/io -I src/c/memory -I src/c/ops -I src/c/payloads]
|
||||
Loading…
Add table
Add a link
Reference in a new issue