Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 451 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 451 Bytes

BAIK Scripting Language NEXT

Progress

  • Parser
    • Lexer
    • Tokenize
    • Function
    • Expr
    • Grammar
    • Operator
    • Node
    • Execution Tree
  • Core
    • Math
    • Variable
    • Data type (int, float, string, etc..)
  • IO
    • fs
    • net
    • stdout
    • stderr
    • stdwarn
    • stdin
  • FFI
  • Wasm Import
  • REPL
  • Library