Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 207 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 207 Bytes

Lox-kotlin

Implementation of Lox in Kotlin for studying purposes.

Notable differences to jLox

  • Division by 0 causes a RuntimeError instead of NaN