Croc is an extensible extension language in the vein of Lua, which also wishes it were a standalone language. Also it's fun.
Stars
80
Forks
12
Watchers
80
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.5k
commits
Made the modules lib no longer depend on the filelib, and made the croc interpreter work properly when running files in safe mode. These two changes make it possible to run files safely and allow them to import files.
c71276fView on GitHubFixed a nullptr bug when returning from top-level
a89bec8View on GitHubFixed a stupid codegen bug where assigment conflict detection was detecting false positives and rewriting upvalue indices... great
e080581View on GitHubOops, forgot to update the croc interpreter code with all the language changes.
696e62fView on GitHubCloses #152 (removed haskell-style dollar-sign function call syntax)
b8e4563View on GitHubCloses #150 (removed vararg slice expressions). Doing vararg[x .. y] is now a syntax error and it will tell you to enclose vararg in parens if you really want to slice the first variadic param.
cd3ba4cView on GitHubCloses #146 (dropped colon in numeric for loop header in favor of semicolon).
7ab2040View on GitHub