congo-cc / congo-parser-generator

The CongoCC Parser Generator, the Next Generation of JavaCC 21, which in turn was the next generation of JavaCC
https://discuss.congocc.org/
Other
36 stars 11 forks source link

Add existential assignment; revise regular property assignment; sync … #63

Closed adMartem closed 11 months ago

adMartem commented 11 months ago

Mainly to run the csharp tests.

adMartem commented 11 months ago

This seems to be working correctly, so I will merge it now. I did not take out the named child capability in this, instead I added LHS support for them (i.e., /myvar/ := MyExpansionOrToken, /[myVar]/ += MyExpansionOrToken). We can decide later if we want to toke out all or part of it. I will write up how all this works now.