Commit Graph

10 Commits

Author SHA1 Message Date
prod2 04dd2bf73f Simplify config
- made assertions always enabled, since they already pretty much were
- removed debug compiler/scanner since the whole thing was messy, and not present in compv2
2022-12-03 12:08:41 +01:00
prod2 3405c10b08 basic emitter in place 2022-12-03 11:52:51 +01:00
prod2 27391bdc43 parsing break, var decl 2022-12-03 09:39:26 +01:00
prod2 1e139194b8 block expressions, improved error reporting 2022-12-03 09:32:41 +01:00
prod2 c36292843a update compv1, remove def from compv1 2022-12-03 09:02:43 +01:00
prod2 a0e5431b0f parsing procs 2022-12-02 21:08:52 +01:00
prod2 e83cd424f9 backtrack in parser + ampersand op support 2022-12-02 20:47:31 +01:00
prod2 b858a066e2 colonCall parsing 2022-12-02 19:27:02 +01:00
prod2 f721d0987d parser progress 2022-12-02 19:14:41 +01:00
prod2 e6a48ccee6 compiler rewrite start
updated readme accordingly
created node.nim in compv2
changed nds.nim - setup for debugging the parser for now
2022-12-02 15:45:34 +01:00