Skip to content

Files

Latest commit

 

History

History

math

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

math

A simple math language.

Exploring the ways in which we need to adapt our lalrpop grammar to still support precedence or associativity even when passing everything through a Located<T> generic to keep track of locations in the source code, so that we may provide nice error messages.