Yakou icon indicating copy to clipboard operation
Yakou copied to clipboard

Compiler reworks

Open ChAoSUnItY opened this issue 2 years ago • 0 comments

Language Code: Yakou

Language

  • Kotlin

Lexer

  • [x] Rework parsing definitions
    • #56
  • [x] Break up greater '>' and lesser '<' tokens' variant type (including double and triple ones)
    • This is for future generic implementation

Parser

  • [ ] Fault tolerant
    • Also adopts reworked lexer

Checker

  • [ ] Better type binding & function locating design

Emitter

  • [ ] Class-based emitter
    • Generating class file based on Item.Class

ChAoSUnItY avatar Jun 10 '22 16:06 ChAoSUnItY