Open UPWRD1 opened 1 year ago
Error Snippets:
Add a "snippet" of the erroneous code in compile errors. A partial implementation exists in src/compiler.c but is commented out.
src/compiler.c
Additionally, a similar implementation in the VM would be nice too.
Error Snippets:
Add a "snippet" of the erroneous code in compile errors. A partial implementation exists in
src/compiler.c
but is commented out.