Skip to content

litvand/sik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sik

This is an interpreter for a stack-based language that combines elements of Kitten and Lua. I wrote this back in high school to practice Haskell, so it might not be the most idiomatic Haskell code. A description of the syntax is in "sik.hs" and some examples are in "tests.hs". Run by making a file with a ".sk" extension and passing its name without the extension to the interpreter.

Variable names are not allowed to contain digits and can be written adjacent with integer literals, which might be useful for code golf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published