DRAFT: This module has unpublished changes.

Phoenix Language:

  • An interactive shell (just like in Python) has been implemented.
  • Try Catch blocks have been implemented.
  • The basic framework has been created, all basic interpretation functions are ready.
  • The parser is up and running. It now supports function calls and unary operators.
  • Importing modules is now possible.
  • The following control flow structures are now up and running:
    • If, Else if, Else blocks
    • Switch blocks
    • For loops
    • While loops
    • Do While loops

 

Phoenix IDE:

  • Basic editting is working.
  • Syntax coloring is fully functional.

Phoenix Docs:

  • Produces overview pages and specific module pages.
  • Stylistic changes need to be made.
DRAFT: This module has unpublished changes.