Skip to content

Releases: FoxOwlet/FOL

FOL v0.1.0

02 Dec 20:53
8489fd7

Choose a tag to compare

Initial features:

  • Basic types support: Int, Long, Byte, Boolean, Unit
  • Struct and function types
  • Arithmetic ops support: +/-/*//
  • Lambda functions
  • Interpreter and REPL modes