|
|
d14f119a37
|
xo-interpreter2 stack: + reason arg to visit_gco_children()
Helps streamline DX1Collector in xo-gc/.
Want both forward and verify entry points for the same
representation.
|
2026-04-10 01:10:03 -04:00 |
|
|
|
d740c94406
|
refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
|
2026-04-05 23:53:02 -04:00 |
|
|
|
3af72fec64
|
xo-reader2: + SyntaxStateMachine.forward_children method
Support gc traversal with goal of making ParserStateMachine a gc root
|
2026-03-24 17:43:45 -04:00 |
|
|
|
9a97bb2680
|
xo-reader2: refactor: make() + _make() pair for each ssm
|
2026-02-16 16:50:57 -05:00 |
|
|
|
3a516e2866
|
xo-reader2: handle multiple args in apply + streamlined utest
|
2026-02-12 00:43:46 -05:00 |
|
|
|
e0ab3c5927
|
xo-reader2: more work on apply expressions [WIP]
|
2026-02-11 20:25:24 -05:00 |
|
|
|
4744139d74
|
xo-reader2 stack: progress towards recognizing function calls [WIP]
|
2026-02-10 23:28:20 -05:00 |
|
|
|
ca1370570b
|
xo-reader2 stack: top-level lambda w/ apply parses
|
2026-02-05 15:45:40 -05:00 |
|
|
|
726f821c4e
|
xo-reader2: DLambdaSsm work towards producing DLambdaExpr [WIP]
|
2026-01-31 21:33:39 -05:00 |
|
|
|
334057613e
|
xo-reader2: revert c++23 feature, to keep osx clang build
|
2026-01-31 01:14:33 -05:00 |
|
|
|
e7bdcbc125
|
xo-reader2: simplify DProgressSsm w/ DSyntaxStateMachine
|
2026-01-30 15:17:28 -05:00 |
|
|
|
554c01ffad
|
xo-reader2: + PSM,SSM on_parsed_formal_arglist()
|
2026-01-29 15:17:57 -05:00 |
|
|
|
35a49810e4
|
xo-reader2: use DUniqueString* to report parsed formal
|
2026-01-29 12:24:46 -05:00 |
|
|
|
5357407151
|
xo-reader2: support if-then-else expressions. + detailed utest
|
2026-01-27 15:50:10 -05:00 |
|
|
|
c69ce58e15
|
xo-expression2 xo-procedure2: work on calling primitive for x*y
|
2026-01-26 13:42:42 -05:00 |
|
|
|
a8df123045
|
xo-reader2: refactor: push token dispatch to satellite SSMs
|
2026-01-23 19:01:12 -05:00 |
|
|
|
4d0c97ab7a
|
xo-reader2: top-level string literal + on_string_token() in SSM
|
2026-01-23 17:23:19 -05:00 |
|
|
|
e7930122a7
|
xo-reader2: + on_i64_token in all Ssm classes.
|
2026-01-23 16:45:15 -05:00 |
|
|
|
e94ec86c03
|
xo-reader2: + on_bool_token scaffold in parser etc.
|
2026-01-23 15:25:30 -05:00 |
|
|
|
c33cfd7ae7
|
xo-reader2: + on_parsed_expression_with_semicolon + DefineSsm works
|
2026-01-22 17:15:05 -05:00 |
|
|
|
cfff71c4a9
|
xo-reader2: + SyntaxStateMachine.on_parsed_expression()
|
2026-01-22 15:49:07 -05:00 |
|
|
|
5239290388
|
xo-reader2: + on_semicolon_token() method in SyntaxStateMachine
|
2026-01-22 15:32:12 -05:00 |
|
|
|
d30412779c
|
xo-reader2: + on_f64_token() + handle in DDefineSsm+DProgressSsm
|
2026-01-22 15:18:35 -05:00 |
|