|
|
|
|
|
by stevekemp
1067 days ago
|
|
I implemented the Monkey programming language as described in the book Writing An Interpreter In Go. Over time I extended it to support different things, and one of the additions I made was to add support for the ternary operator. In my implementation nested ternary operators were a parse error. |
|