| 2026-03-23 |
rollback visitor pattern implementations
shohei-yamagiwa
committed
8 hours ago
|
|---|---|
| 2026-03-09 |
fixing visitor pattern implementations
shohei-yamagiwa
committed
14 days ago
|
|
replacing Expression#accept() and IExpressionVisitor#visit() with ASTNode
shohei-yamagiwa
committed
14 days ago
|
|
| 2026-02-26 |
Organize duplicated implementations
shohei-yamagiwa
committed
24 days ago
|
|
Replace all 'toImplementation(String[])' with new 'IExpressionVisitor#accept(Expression, String[])'
shohei-yamagiwa
committed
24 days ago
|
|
|
Change the declaration style of an array
shohei-yamagiwa
committed
25 days ago
|
|
|
Add JavaImplementationVisitor to separate the source code generation logic in the model class from its data structures
shohei-yamagiwa
committed
25 days ago
|