BosqueLanguage / BosqueCore

Other
144 stars 5 forks source link

Update literal formats in parser & compiler #77

Closed BosqueLanguage closed 4 weeks ago

BosqueLanguage commented 4 months ago

See issue #76 which introduces the types for new literals from BSQON. This updates the parser to work with them as well.

Also we need to check support for typedecls on a few keywords (e.g. true_Foo or false_Foo) which should be supported.

BosqueLanguage commented 2 months ago

PR #86 adds Lexer and Parser support.

More tests are needed and need to do a bit of consistency work with BSQON.

BosqueLanguage commented 4 weeks ago

Should be in better shape now, a few syntax changes, will reopen if/as needed.