- 'var' has some weird scoping connotations with users of JS. better to change it to 'let', which will decide whether to make the variable a local or a global - 'func' looks visually appealing lol - some minor refactoring done in cparse.c
TOKEN_DOT_DOT_DOT was added to the lexer variadic.cosmo was added to the examples directory