mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Made Lexer errors fully hidden in global scope
Also improved general ease of use with debugging use __debugbreak when an error is thrown. NOTE: Parser errors currently crash the program
This commit is contained in:
@@ -3,6 +3,8 @@ func main()
|
||||
int a
|
||||
a = 65465
|
||||
|
||||
/
|
||||
|
||||
int b
|
||||
b = 6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user