Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Folder Layout

Kyle Martin edited this page Jun 6, 2017 · 1 revision

At the time of writing, there are three folders in the compiler branch, which will eventually be pushed to master. These three folders are:

  • Compiler
  • Main
  • Plugins

Compiler holds all the files that the compiler needs - files that the executable creates and relies on, as well as its source code.

Main holds all the files that the API needs, as well as a "main.cpp" which will be used as the main program during compilation.

Plugins holds a folder for each of the plugins that the user wants.