cardenaso11 / elisp-too-lua

me and my homie @rrruko are looking for work, so we open sourced this early
Other
2 stars 0 forks source link

Identifiers that start with numbers are parsed incorrectly #5

Closed rrruko closed 5 years ago

rrruko commented 5 years ago

We currently parse 123foo as ASTList [ASTInt 123, ASTIdentifier (Identifier "foo")]. Emacs instead interprets it as a valid identifier. Identifiers that start with numbers are rarely used in real code, but we should eventually agree with Emacs.

cardenaso11 commented 5 years ago

i duplicated this issue by accident, oops

fixed by 054691e