I\'m trying to write an interpreter for a simple language that only supports arithmetic operations and variable assignments (via x: ...). The parser works fine
x: ...