2025-04-06
Updated test declarations.
Shohei Yamagiwa committed on 6 Apr
2025-04-05
Tokenizer#splitBySymbol is still buggy.
Shohei Yamagiwa committed on 5 Apr
Added test case for Tokenizer#splitBySpace and Tokenizer#splitBySymbol
Shohei Yamagiwa committed on 5 Apr
2025-04-04
Added test case for Tokenizer#splitBySymbol
Shohei Yamagiwa committed on 4 Apr
Changed access modifiers to be able to access methods in Tokenizer.java from TokenizerTest.java
Shohei Yamagiwa committed on 4 Apr
Added test case for Tokenizer#splitBySymbol.
Shohei Yamagiwa committed on 4 Apr
Implemented Tokenizer#splitBySymbols to be able to tokenize by more symbols.
Shohei Yamagiwa committed on 4 Apr
Implemented equals() to test in JUnit 5.
Shohei Yamagiwa committed on 4 Apr
Implemented new constructor and fixed toString() and JavaDoc comments.
Shohei Yamagiwa committed on 4 Apr
Added maven-surefire-plugin to see test reports in browsers.
Shohei Yamagiwa committed on 4 Apr
Added Position#move method.
Shohei Yamagiwa committed on 4 Apr
Renamed some fields and methods in Token.java.
Shohei Yamagiwa committed on 4 Apr
Made simple test-case for tokenizer.
Shohei Yamagiwa committed on 4 Apr
Implemented model-file tokenizer that has abilities to tokenize comments and splits token by spaces.
Shohei Yamagiwa committed on 4 Apr
Made skeleton of a model-file validator.
Shohei Yamagiwa committed on 4 Apr
Implemented LSP4J to be able to launch basic language server.
Shohei Yamagiwa committed on 4 Apr
2025-04-02
Updated Parser.java to be able to read model file with multiline comments.
Shohei Yamagiwa committed on 2 Apr
Updated model file for testing
Shohei Yamagiwa committed on 2 Apr
Updated Parser.java to be able to read model file with single-line comments.
Shohei Yamagiwa committed on 2 Apr
Changed model file for testing.
Shohei Yamagiwa committed on 2 Apr
Created Test case for comment feature.
Shohei Yamagiwa committed on 2 Apr
2025-04-01
Formatted all lines and simplified some expressions and statements.
Shohei Yamagiwa committed on 1 Apr
Added directories from IntelliJ IDEA to be ignored.
Shohei Yamagiwa committed on 1 Apr
2024-12-28
・コード生成とシミュレーションの初期値の扱いを統一した. ...
Naoya Nitta committed on 28 Dec
2024-12-27
・チャンネルメンバーが二重に定義されるようになってしまっていたのを修正. ...
Naoya Nitta committed on 27 Dec
GUI上でリソースやチャンネルを作成できなくなっていたのを修正.
Naoya Nitta committed on 27 Dec
OnlineBattleGame.model のコード生成で落ちるようになっていたのを修正.
Naoya Nitta committed on 27 Dec
コード生成で文字列の比較を == で出力するようにデグレードしていた部分を修正.
Naoya Nitta committed on 27 Dec
2024-12-26
Merge pull request #135 from nitta-lab/simulatorBugFix2 ...
迫田一希 committed on 26 Dec
文字列定数の仕様変更に伴う不具合の修正.
Naoya Nitta committed on 26 Dec