https://github.com/ashifolfi/astview
A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner
https://github.com/ashifolfi/astview
ast c clang cpp imgui lua programming utilities
Last synced: 4 months ago
JSON representation
A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner
- Host: GitHub
- URL: https://github.com/ashifolfi/astview
- Owner: ashifolfi
- Created: 2022-12-29T16:17:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T17:06:23.000Z (about 3 years ago)
- Last Synced: 2025-02-08T16:42:17.239Z (11 months ago)
- Topics: ast, c, clang, cpp, imgui, lua, programming, utilities
- Language: Lua
- Homepage:
- Size: 3.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASTView
A Lua/Love2D based program made to view json format clang ast dumps in a cleaner sorted manner
## screenshots

## libraries used
- [json.lua](https://github.com/rxi/json.lua)
- [cimgui-love](https://github.com/apicici/cimgui-love)