europalang / Europa-Lang

A fun and simple language with NO classes whatsoever!
MIT License
22 stars 3 forks source link

Allow declaration of multiple variables at once #16

Closed 19wintersp closed 3 years ago

19wintersp commented 3 years ago
var foo = "bar", baz = "qux";

Also added doc comments to some of the methods in the parser.

cursorweb commented 3 years ago

Looks good!