Changes between Version 34 and Version 35 of Sysel
- Timestamp:
- 2010-06-06T11:36:38Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Sysel
v34 v35 39 39 === Missing SBI features === 40 40 41 Should be addressed before phase 2: 41 42 * Access control 42 * Method and operatoroverloading43 * Method overloading 43 44 * Code organization (packages and modules) 44 45 * Explicit overriding (`virtual`, `override`) 45 46 * Property overriding 46 47 48 Not necessary for phase 2: 47 49 * Division 48 50 * Structs 49 51 * Working with binary data 50 52 * Generic type constraints 53 * Operator overloading 51 54 52 55 === Janitorial tasks === … … 64 67 NNPS will be bootstrapped using SBI. That is by running SBI(NNPS(NNPS)) we will obtain a binary version of NNPS. This process will presumably require 'significant' computing resources since SBI is rather slow and consumes a lot of memory. Once compiled to binary form, NNPS should be much more modest. 65 68 69 Currently only the NNPS lexer has been implemented (as an experiment). When all missing SBI features listed as ''Should be addressed before phase 2'' have been addressed, development focus should switch from SBI to NNPS. 70 66 71 == Other Links == 67 72