Apply visitor pattern #150

Merged n-nitta merged 15 commits into nitta-lab:ast-core from nitta-lab:apply-visitor-pattern 5 days ago
2026-03-23
@shohei-yamagiwa
Merge branch 'ast-core' of http://nitta-lab-www.is.konan-u.ac.jp/gitbucket/git/nitta-lab/AlgebraicDataflowArchitectureModel into apply-visitor-pattern ...
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
organize imports
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
add TODO comment
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
move IExpressionVisitor to models.algebra package
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
fix code generation logic
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
remove unnecessary comments
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
implement all Expression#replace(Variable, Expression)
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
fix typo
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
rollback visitor pattern implementations
shohei-yamagiwa committed on 23 Mar
@shohei-yamagiwa
add Expression#replace
shohei-yamagiwa committed on 23 Mar
2026-03-09
@shohei-yamagiwa
fixing visitor pattern implementations
shohei-yamagiwa committed on 9 Mar
@shohei-yamagiwa
Add toString() for code generation
shohei-yamagiwa committed on 9 Mar