berenoguz / yabi

Yet another brainfuck implementation
GNU General Public License v3.0
0 stars 0 forks source link

Add support for variables #11

Open berenoguz opened 9 years ago

berenoguz commented 9 years ago

Variables will be implemented and will be stored in a container as symbols that points certain locations on the stack. Going to these variables will result in moving left or right in correct amounts.

berenoguz commented 9 years ago

Variables should also be in a higher size than 1 byte