Mode | Name | Size |
-rw-r--r-- | .editorconfig | 17L |
-rw-r--r-- | .gitignore | 6L |
-rw-r--r-- | README.txt | 2L |
-rwxr-xr-x | build.sh | 26L |
-rwxr-xr-x | clean.sh | 5L |
-rwxr-xr-x | debug.sh | 18L |
-rw-r--r-- | docs/script.grammar | 140L |
-rw-r--r-- | docs/simple.grammar | 112L |
-rw-r--r-- | examples/branch.script | 8L |
-rw-r--r-- | examples/complex.script | 27L |
-rw-r--r-- | examples/expr.script | 14L |
-rw-r--r-- | examples/func.script | 6L |
-rw-r--r-- | examples/loop.script | 9L |
-rw-r--r-- | examples/test.script | 5L |
-rw-r--r-- | examples/vardecl.script | 2L |
-rw-r--r-- | libscript/debug.c | 404L |
-rw-r--r-- | libscript/libscript.c | 973L |
-rw-r--r-- | libscript/libscript.h | 354L |
-rw-r--r-- | libscript/libscript_internal.h | 272L |
-rw-r--r-- | scriptcc/scriptcc.c | 7L |
-rw-r--r-- | scriptvm/scriptvm.c | 472L |