Skip to content

nikki93/nscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nscript is a stack based scripting langauge. Check out the examples in
the 'test' directory.

Building 
-------- 
Run 'make' to build the library and interpreter, 'make libnscript'
to just build the library, and 'make ns' to build just the interpreter.

'ns' is the interpreter executable. You can run './ns < file' to run
the nscript code in 'file'. Try './ns < test/fib.ns'.

About

A simple stack-based scripting language. Very early version, missing some important features, but still fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages