Skip to content

kotlin製自作言語

Notifications You must be signed in to change notification settings

aida0710/zircon-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zircon-lang

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

Todo

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

実装予定関数

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