Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 518 Bytes

KaleidoscopeLang

An experimental partial implementation of a parser for the the language described in the LLVM Kaleidoscope tutorial. It uses Madness for tokenizing and parsing.

Caveats

  • Um. Don’t use this for anything because that would be crazy.

  • Currently treats all infix binary operators as right-associative with equal precedence. So most math would be wrong.