Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 379 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 379 Bytes

zircon-lang

kotlin製自作インタープリター言語

Todo

  • 字句解析器の実装
  • 構文解析器の実装
  • インタプリタの実装
  • テストの実装
  • ドキュメントの用意

実装予定関数

  • echo
  • set
  • if
  • else
  • while
  • for
  • function
  • return
  • break
  • continue
  • formula