Gidsss / UwUIDE

A compiler made to be cute uwu >~<
6 stars 0 forks source link

UI for analyzer and output #190

Open chaaals opened 3 months ago

chaaals commented 3 months ago

Specs

  1. Modify Run button to execute exe to command prompt. The Run action button will only execute an exe file when compiled. Return an error if the program is not yet compiled.
  2. Add action buttons: Compile and Compile & Run. Compile will be our new run action button. It will run lexer, syntax, analyzer and generate an exe file. Compile & Run will combine the compile and run processes.
  3. Modify compiler logs to run checks on analyzer errors and display the compilation status.
  4. Open and execute the generated exe file from the command prompt.

Tasks

chaaals commented 3 months ago

I can take tasks 2 and 3 @Gidsss

Gidsss commented 3 months ago

I can take tasks 2 and 3 @Gidsss

I'll take 1 and 4