https://github.com/devtron-labs/inception
https://github.com/devtron-labs/inception
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devtron-labs/inception
- Owner: devtron-labs
- License: apache-2.0
- Created: 2020-10-25T09:08:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-28T11:49:49.000Z (about 1 year ago)
- Last Synced: 2025-09-29T06:48:29.644Z (9 months ago)
- Language: Go
- Size: 48.4 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inception
Command to build grammar
cd pkg/language/grammar/ && antlr Klang.g4 -o ../parser -package parser -Dlanguage=Go && cd ../../..
from the generated crd remove
subresources:
status: {}