Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 309 Bytes

Known Bugs

  • Function overrides cause the module system to only pick up the last function with the same name
  • Circular module import causes crash
  • floats are not handled properly (they are converted to floatint)

Built in Types

  • String
  • Char
  • Int
  • Bool
  • Float