2025-04-04 |
Implemented Tokenizer#splitBySymbols to be able to tokenize by more symbols.
Shohei Yamagiwa
committed
3 days ago
|
---|---|
Implemented equals() to test in JUnit 5.
Shohei Yamagiwa
committed
3 days ago
|
|
Implemented new constructor and fixed toString() and JavaDoc comments.
Shohei Yamagiwa
committed
3 days ago
|
|
Added maven-surefire-plugin to see test reports in browsers.
Shohei Yamagiwa
committed
3 days ago
|
|
Added Position#move method.
Shohei Yamagiwa
committed
4 days ago
|
|
Renamed some fields and methods in Token.java.
Shohei Yamagiwa
committed
4 days ago
|
|
Made simple test-case for tokenizer.
Shohei Yamagiwa
committed
4 days ago
|
|
Implemented model-file tokenizer that has abilities to tokenize comments and splits token by spaces.
Shohei Yamagiwa
committed
4 days ago
|
|
Made skeleton of a model-file validator.
Shohei Yamagiwa
committed
4 days ago
|
|
Implemented LSP4J to be able to launch basic language server.
Shohei Yamagiwa
committed
4 days ago
|
|
2025-04-02 |
Updated Parser.java to be able to read model file with multiline comments.
Shohei Yamagiwa
committed
5 days ago
|
Updated model file for testing
Shohei Yamagiwa
committed
5 days ago
|
|
Updated Parser.java to be able to read model file with single-line comments.
Shohei Yamagiwa
committed
5 days ago
|
|
Changed model file for testing.
Shohei Yamagiwa
committed
6 days ago
|
|
Created Test case for comment feature.
Shohei Yamagiwa
committed
6 days ago
|
|
2025-04-01 |
Formatted all lines and simplified some expressions and statements.
Shohei Yamagiwa
committed
6 days ago
|
Added directories from IntelliJ IDEA to be ignored.
Shohei Yamagiwa
committed
6 days ago
|
|
2024-12-28 |
|
2024-12-27 |
|
GUI上でリソースやチャンネルを作成できなくなっていたのを修正.
Naoya Nitta
committed
on 27 Dec
|
|
OnlineBattleGame.model のコード生成で落ちるようになっていたのを修正.
Naoya Nitta
committed
on 27 Dec
|
|
コード生成で文字列の比較を == で出力するようにデグレードしていた部分を修正.
Naoya Nitta
committed
on 27 Dec
|
|
2024-12-26 | |
文字列定数の仕様変更に伴う不具合の修正.
Naoya Nitta
committed
on 26 Dec
|
|
修正漏れ.
Naoya Nitta
committed
on 26 Dec
|
|
NemophilaAccounts.model のコード生成中に落ちていたのを修正.
Naoya Nitta
committed
on 26 Dec
|
|
シミュレータで状態の計算を正しくできていない場合があったのを修正.
Naoya Nitta
committed
on 26 Dec
|
|
|
|
2024-12-25 |
|
|