Version 0.4.0
Breaking changes
- Secondary memories have their first cell initialised to 1. You can avoid this with the
no-brainfuck
flag or preprocessor statement. - The
'
character now switches between using the global and local memory in general, not just for the following command - Output is now
.
for characters and$.
for numbers - Input is now
,
for characters and$,
for numbers
Fixes
- Column counting in the lexer is now fixed
New features
- Adds compatibility with brainfuck
- The
'
character now switches between using the global and local memory in general, not just for the following command - Output can now be chained (
|5|.
will print the character 5 times in a row)
Full Changelog: v0.3.0...v0.4.0