Changes between Version 5 and Version 6 of Doc/panc/language
- Timestamp:
- Mar 4, 2007, 5:42:55 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/panc/language
v5 v6 2 2 [[TracNav]] 3 3 4 This page describes the changes which are planned for the pan language. The se changes will be incorporated after the first production release of the java-based implementation of the pan compiler. The overall goal of these changes are either to simplify the language from the user's point-of-view or to speed (and simplify) the pan parser.4 This page describes the changes which are planned for the pan language. The overall goal of these changes are either to simplify the language from the user's point-of-view or to speed (and simplify) the pan parser. The referenced milestones indicate when these changes will likely appear in the pan compiler. 5 5 6 6 '''Remove support for 'define' keyword.''' (milestone:panc-8.0.0) This keyword actually serves no real purpose in the pan language. Support for this keyword requires larger look-aheads in the lexer/parser and slows down the parsing with no benefit.