Modules§
Functions§
- assemble
- This function is used to convert a string of Tsar code directly to the Xasm intermediate representation.
- format_
error - This is used to take an LALRPOP error and convert it into a nicely formatted error message
- make_
error - This formats an error properly given the line, the
unexpectedtoken as a string, the line number, and the column number of the unexpected token.