|
Last change
on this file was 147, checked in by chronos, 8 years ago |
- Added: Support for Repeat blocks and Break command.
|
|
File size:
807 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | Add abstract compiler
|
|---|
| 3 | Add parser
|
|---|
| 4 | Add function calls without parameters
|
|---|
| 5 | - every line is one command
|
|---|
| 6 | - whitespaces trimmed
|
|---|
| 7 | - printhelloworld function
|
|---|
| 8 | Add functions with parameters
|
|---|
| 9 | - change printhelloworld function to println
|
|---|
| 10 | - add tokenizer: identifier and string constants token types, whitespaces ignored
|
|---|
| 11 | Add executor
|
|---|
| 12 | Add generator
|
|---|
| 13 | Add variables
|
|---|
| 14 | - assign function
|
|---|
| 15 | Add general functions
|
|---|
| 16 | - change from static functions to dynamic predefined
|
|---|
| 17 | Add inputln function
|
|---|
| 18 | Add integer type
|
|---|
| 19 | - support for mutiple types
|
|---|
| 20 | Add begin-end block support
|
|---|
| 21 | - local variables, constants, types
|
|---|
| 22 | Add ifzero support
|
|---|
| 23 | - if condition is valid then skip next command
|
|---|
| 24 | Add Repeat keyword
|
|---|
| 25 | - can be exited by Break command and reiterated by Continue
|
|---|
| 26 |
|
|---|
| 27 | TODO:
|
|---|
| 28 | Expressions
|
|---|
| 29 | Enumerations
|
|---|
| 30 | Arrays
|
|---|
| 31 | Records
|
|---|
| 32 | User defined functions
|
|---|
| 33 | Parametrized Types
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.