Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 619 Bytes

Notes.md

File metadata and controls

20 lines (17 loc) · 619 Bytes

Things that must not be forgotten

  1. Carry on adding system methods

  2. Define metaclasses and how to access them

  3. Actually test parsing

  4. **Parsing must work

  5. Pushing and popping of scope

  6. Making sure that changesets work

  7. Keys and parsing of Keyed tagging

  8. Interceptors ?

  9. Check whether paths scan correctly

  10. Define formats for import headers

  11. Check whether imports work

  12. Check the projects save and load correctly

  13. How to convert parse trees into ASTs

  14. I'm sure I am missing some statements, check that

  15. Check that assignments work correctly

  16. Check that scoping works correctly