-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP: Refactor Lexer * WIP: Refactor the Lexer * WIP: Refactor the Lexer * WIP: Refactor the Lexer * Simplify the Lexer * Rename `Token` -> `QuickCodeToken` * WIP: Refactor to ArrowKt * Refactor to Arrow (tests migrated) * Cleanup and reorganize * Extract classes from QuickCodeAst * Move `QCVariable` to `interpreter` * Remove unnecessary blank line * Refactor the `QuickCodeParser` and add one more test * Improve `Main` * Improve `Main`
- Loading branch information
1 parent
2e93673
commit b35317c
Showing
27 changed files
with
472 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
src/main/kotlin/com/ivy/quickcode/data/QuickCodeToken.kt
This file was deleted.
Oops, something went wrong.
8 changes: 6 additions & 2 deletions
8
...com/ivy/quickcode/QuickCodeInterpreter.kt → ...kcode/interpreter/QuickCodeInterpreter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tlin/com/ivy/quickcode/data/QCVariable.kt → ...quickcode/interpreter/model/QCVariable.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...com/ivy/quickcode/data/QCVariableValue.kt → ...code/interpreter/model/QCVariableValue.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.