Vyxal / Vyxal

A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

Home Page:https://vyxal.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty comments break the lexer

AMiller42 opened this issue · comments

If the comment diagraph (##) is immediately followed by a newline or EOF, the lexer will error, and the program fails to run.

Examples:

"oof"##

Try it Online!

"oof but taller"##

Try it Online!

"yay"##no oof

Try it Online!

Fixed.