stephen-swensen / nl-compiler

A compiler for NL, a statically typed programming language targeting .NET
1 stars 0 forks source link

Bug: should be able to subtract two ints with no spaces without parse error #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. 3-3

we introduced this bug during work on issue 33, since we are consuming '-' 
tokens for semantic analysis of numeric literals in the lexer... may consider 
moving this work to the parser.

Original issue reported on code.google.com by stephen....@gmail.com on 30 Dec 2011 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 31 Dec 2011 at 4:38

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 8a4cb975b34a.

Original comment by stephen....@gmail.com on 31 Dec 2011 at 4:41