small things

This commit is contained in:
Torsten Ruger
2016-12-14 13:22:47 +02:00
parent bd875be023
commit 021fab31db
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ The compiler has a method for each class of typed tree, named along on_xxx with
#### Compiler holds scope
The Compiler instance can hold arbitrary scope needed during the compilation.
A class statement sets the current @clazz scope , a method definition the @method.
A class statement sets the current @type scope , a method definition the @method.
If either are not set when needed compile errors will follow. So easy, so nice.
All code is encoded as a stream of Instructions in the MethodSource.