Changes between Version 34 and Version 35 of PIRCDevelopment
- Timestamp:
- 10/09/09 07:46:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PIRCDevelopment
v34 v35 27 27 28 28 * checks for improper use syntactic sugar with OUT arguments, such as "$S0 = print". PIRC checks for this, IMCC doesn't. Again, it sounds (and looks) like an easy fix, but it isn't. 29 30 * PIRC handles macros in the lexer and parser; the syntax to define macros is defined in the parser. IMCC on the other hand implements macro's completely in the lexer. 29 31 30 32 = Building and running PIRC =