|
The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Public Member Functions | |
| bool | CheckReserved (string word) |
| Checks wether parameter word is a reserved word More... | |
| string | MakeILComplaint (String word) |
| Receives a parameter to use en IL. If this parameter is tmpName word in IL it's surrounded by a pair of 's. Otherwise it returns the parameter itself More... | |
Definition at line 27 of file ILReservedWords.cs.
| bool CodeGeneration.ILReservedWords.CheckReserved | ( | string | word | ) |
Checks wether parameter word is a reserved word
| word | string to find out if it is a reserved word |
Definition at line 37 of file ILReservedWords.cs.
| string CodeGeneration.ILReservedWords.MakeILComplaint | ( | String | word | ) |
Receives a parameter to use en IL. If this parameter is tmpName word in IL it's surrounded by a pair of 's. Otherwise it returns the parameter itself
| word | a candidate parameter to use en IL |
Definition at line 48 of file ILReservedWords.cs.