Skip to content

BrandonKi/zizl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zizl

Stack-based langauge. I have no clue what the name means to be honest.

check out the "test" directory for more code examples.

##
## Hello world
##

include io

main :: () -> int
    "Hello, World!"
    puts

TODO list

  • strings
  • floats
  • user defined types
  • FFI
  • std lib