sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language
MIT License
167 stars 12 forks source link

Nested Block Comments #54

Open sunjay opened 7 years ago

sunjay commented 7 years ago

Block comments should be nestable, however the current implementation does not actually work.

Sample program:

/* /* */ */

Expected: compiles as usual Actual: error about overflowing the stack