jzimmerman / langcc

langcc: A Next-Generation Compiler Compiler

Home Page:https://langcc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[manual] `-` missing.

modulovalue opened this issue · comments

It looks like the - syntax that can be found, for example, here:

https://github.com/jzimmerman/langcc/blob/6601d082cfa402cd02a5f2852da3a2603dfe8791/examples/lox/lox.lang#LL17C8-L17C8

is not being explained by the manual. I feel like it can be used for disambiguation purposes on the lexical level, but my attempts to use it have not been successful yet.

I think it would be great if the manual could explain the purpose of the - construct.

Because langcc appears to be abandoned, I'm going to close this issue.