Commit Graph

22 Commits

Author SHA1 Message Date
a09d58b1c7 One-line comment support 2026-02-18 21:43:53 -05:00
c0afec233b /= %= <<= >>= &= |= ^= 2026-02-13 20:02:36 -05:00
1dd755ffcb Compound assignment (+=, -=, *=) 2026-02-12 16:53:01 -05:00
10023cae86 More binary operators 2026-02-11 16:56:47 -05:00
e0fb2c37fa Bitwise shift and modulo 2026-02-11 15:39:42 -05:00
62c1d980f7 Stage 5 minus missing return support 2026-02-11 11:55:16 -05:00
e08bb2ff95 Logical operators and equality/inequality operators 2026-02-02 20:57:00 -05:00
RochesterX
df6c897fde More expression types 2026-02-02 14:03:31 -05:00
757cf37578 Streamlined looping 2026-01-31 23:31:45 -05:00
409c5938f9 Stage 3 complete, (+ - * / binary operators implemented) 2026-01-31 21:32:53 -05:00
RochesterX
1d9ad824a6 Fixed parsing bug 1, just empty FactorSequence left 2026-01-31 19:51:05 -05:00
2e3dd13009 ! Breaking 2026-01-31 15:07:04 -05:00
cde395a2a9 Blood, sweat, and tears... And it's only stage 3 2026-01-29 21:51:43 -05:00
9583f9e281 Before Expression Fixing 2026-01-29 14:39:27 -05:00
Trevor Maze
ebd466119e Unary Operations 2026-01-29 09:56:27 -05:00
e1548a9ff0 AST Improvements 2026-01-28 16:40:47 -05:00
c544e32ee1 AST 2026-01-28 15:08:23 -05:00
7051194f6b Segfault (Self-referential struct ConstructDefinition? 2026-01-27 08:52:11 -05:00
afe33e4246 AST implementation 2026-01-26 21:37:49 -05:00
9df9392972 End of Stage 1 2026-01-26 01:35:51 -05:00
9fd722edd9 Stage 1 passing 2026-01-25 21:39:09 -05:00
e5e75b344f SOMEHOW IT WORKS 2026-01-25 20:58:36 -05:00