tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

Internal Characters.js #86

Closed tkellehe closed 7 years ago

tkellehe commented 7 years ago

Messed up big time with doing the encoding thing... Need to encode string coming in from command, but the actual parser needs to work on normal characters for JS because it messes up a lot of things within JS as the parser... Cannot do this one like the C++ one :(