Skip to content

0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Wafelack Wafelack released this 31 Jan 13:59
· 381 commits to master since this release

0.1.0-alpha | 31/01/2021

Added

CLI

  • Repl
  • Debug mode
  • File running

STD

  • fs:exists?
  • import
  • assert
  • print
  • eprint
  • puts
  • eputs
  • object
  • list
  • push

Types

  • int
  • string
  • float
  • function
  • list
  • object

Core

  • define
  • var
  • set
  • lambda
  • if
  • while
  • arithmetic (+ / - * %)
  • boolean ( ! & | != = < <= >= >)