py-myopl-code
py-myopl-code copied to clipboard
Parser not working
When I try use the parser it just gives an error saying “Invalid Syntax: Expected '->' or NEWLINE
File 
Because you're trying to define a function but you don't follow the syntax. You're in the interpreter's REPL, you can only write one line, so you can use -> for inline functions or use ; as newline.