https://github.com/inanyan/ast-visitor
Simple implementation of Visitor pattern for AST in C++
https://github.com/inanyan/ast-visitor
Last synced: 7 months ago
JSON representation
Simple implementation of Visitor pattern for AST in C++
- Host: GitHub
- URL: https://github.com/inanyan/ast-visitor
- Owner: InAnYan
- Created: 2023-09-28T05:07:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T12:50:14.000Z (over 2 years ago)
- Last Synced: 2025-02-17T17:57:33.304Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple implementation of Visitor pattern for AST C++