Changes between Version 34 and Version 35 of Sysel


Ignore:
Timestamp:
2010-06-06T11:36:38Z (14 years ago)
Author:
Jiri Svoboda
Comment:

Define what needs to be finished before phase 2.

Legend:

Unmodified
Added
Removed
Modified
  • Sysel

    v34 v35  
    3939=== Missing SBI features ===
    4040
     41Should be addressed before phase 2:
    4142 * Access control
    42  * Method and operator overloading
     43 * Method overloading
    4344 * Code organization (packages and modules)
    4445 * Explicit overriding (`virtual`, `override`)
    4546 * Property overriding
    4647
     48Not necessary for phase 2:
    4749 * Division
    4850 * Structs
    4951 * Working with binary data
    5052 * Generic type constraints
     53 * Operator overloading
    5154
    5255=== Janitorial tasks ===
     
    6467NNPS 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.
    6568
     69Currently 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
    6671== Other Links ==
    6772