/**
* The NIMP compiler front-end module, which includes the language's lexer,
* parser, and syntax tree.
*/
module nimpc;
public import nimpc.ast;
public import nimpc.parser;