Compilation arguments #92

Closed
opened 2023-01-22 13:20:11 +00:00 by deavmi · 3 comments
Owner

What is this?

Add support to change CompilerConfiguration flags in the Compiler object based off of the command-line arguments.

Todo

  • Allow setting of arguments

Requirements

  • Switch the command-line listener code in commands.d to use the Compiler object instead
  • Make the compiler object have seperate doLex(), doParse() calls see #90
## What is this? Add support to change `CompilerConfiguration` flags in the `Compiler` object based off of the command-line arguments. ### Todo - [x] Allow setting of arguments ### Requirements - [x] Switch the command-line listener code in `commands.d` to use the `Compiler` object instead - [x] ~~Make the compiler object have seperate `doLex()`, `doParse()` calls~~ see #90
deavmi added reference compiler_object 2023-01-22 13:20:15 +00:00
deavmi self-assigned this 2023-01-22 13:20:19 +00:00
deavmi added this to the Compiler project 2023-01-22 13:20:21 +00:00
deavmi added this to the Basics milestone 2023-01-22 13:20:24 +00:00
deavmi added the
qol
label 2023-01-22 13:20:30 +00:00
deavmi added the due date 2023-01-24 2023-01-22 13:22:15 +00:00
deavmi added a new dependency 2023-01-22 13:22:22 +00:00
deavmi removed a dependency 2023-01-22 13:22:25 +00:00
deavmi added a new dependency 2023-01-22 13:22:29 +00:00
Author
Owner

Requirements section is done

Requirements section is done
deavmi modified the due date from 2023-01-24 to 2023-01-29 2023-01-27 10:33:29 +00:00
Author
Owner

We can set compiler configuration entries via command-line flags now

We can set compiler configuration entries via command-line flags now
Author
Owner

With commit d548a066a63add60c2d587a8ad42ef04cd685e5c we reworked the configuration sub system

With commit `d548a066a63add60c2d587a8ad42ef04cd685e5c` we reworked the configuration sub system ✅
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

2023-01-29

Depends on
Reference: tlang/tlang#92
No description provided.