sunjay / brain

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

Implement stdin.read_exact() to specification #69

Open sunjay opened 7 years ago

sunjay commented 7 years ago

The current instruction generation for stdin.read_exact() is not exactly what was described in https://github.com/brain-lang/brain/issues/66.