Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 438 Bytes

main.cpp

  • Reads contents of test.fpp and passes it to a text editor.
  • Text editor for editing custom language (fpp).
  • GUI console for seeing compiled IR and outputs.
  • Processes language along with fan (rendering).
  • Outputs object file for native target.

Keybinds:

  • F5: Compile & Run
  • Left Ctrl + S: Save file

Example code: 3