Files
intellijai/src/main/kotlin/dev
hgranthorner 47a2c5805e Parser: 91.7% of the corpus, operator symbols and #code statements
operatorSymbol now tries multi-token forms first, so 'operator *[]' is no longer
cut short by the bare '*'. '#code'/'#insert' take a whole statement, and a
statement that already consumed its ';' satisfies the enclosing declaration.

Ratchet 650/714.
2026-08-04 12:40:20 -04:00
..