Related to T1378 - As the scanner is operational, modify the command line code to call the scanner on input, and (initially) return the tokens; later modifications will return results of parsed tokens/execution of code.
Description
Description
Details
Details
- Task Type
- Not Set
- Proposed Urgency
- Established
- Gravity
- g4: Significant
- Friction
- f1: Freeway
- Relativity
- r1: Trivial
- Volatility (Caught At)
- Not a Bug
- Origin
- Not a Bug/Unknown
Status | Assigned | Task | ||
---|---|---|---|---|
Completed | ardunster | T1367 Ratscript Console | ||
Completed | ardunster | T1378 Scanner/Lexer | ||
Completed | ardunster | T1379 Command Line Console - Link to scanner |
Event Timeline
Comment Actions
Console's main.cpp now does, among other things, call ratscript.hpp/cpp, which calls the lexer. As of D383