An experimental partial implementation of a parser for the the language described in the LLVM Kaleidoscope tutorial. It uses Madness for tokenizing and parsing.
- 
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.