Pantagruel v0.0.8 Pantagruel View Source
An interpreter for the Pantagruel language.
Currently exposes a single feature, which is to evaluate a Pantagruel file, report any unbound variables, and then print a formatted representation of it.
Link to this section Summary
Functions
Given a filename, evaluate it as a Pantagruel program, print out the evaluated scope, and then pretty-print the program
Generate an AST representation of the given Pantagruel file
Link to this section Functions
Given a filename, evaluate it as a Pantagruel program, print out the evaluated scope, and then pretty-print the program.
Generate an AST representation of the given Pantagruel file.