Skip to content

baik-lang/baik-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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