10 lines
304 B
Markdown
10 lines
304 B
Markdown
# CliGen Codebase
|
|
|
|
## Overview
|
|
This codebase relies HEAVILY on crystal macros as a way to parse the AST to learn what is defined in order to generate the runtime objects to handle input parsing & command routing.
|
|
|
|
## Topics
|
|
- [Command](./Command.md)
|
|
- [CommandNode](./CommandNode.md)
|
|
- [Flag](./Flag.md)
|