Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 318 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 318 Bytes

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