X-Git-Url: http://nitlanguage.org diff --git a/contrib/nitcc/examples/calc.nit b/contrib/nitcc/examples/calc.nit index d444f2c..924fab4 100644 --- a/contrib/nitcc/examples/calc.nit +++ b/contrib/nitcc/examples/calc.nit @@ -14,7 +14,7 @@ # Example of a calculation used nitcc # see `calc.sablecc` for the grammar -module calc +module calc is example # Reuse the test program to simplify the code import calc_test_parser