https://github.com/maxbqb/cppcodegen
Test of codegen options in c++
https://github.com/maxbqb/cppcodegen
Last synced: 9 months ago
JSON representation
Test of codegen options in c++
- Host: GitHub
- URL: https://github.com/maxbqb/cppcodegen
- Owner: MaxBQb
- Created: 2024-06-16T17:33:06.000Z (almost 2 years ago)
- Default Branch: cog
- Last Pushed: 2024-06-20T22:08:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T21:53:49.891Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Codegen test of tool Cog
```commandline
pip install cogapp
```
generate with:
```commandline
cog -r --check -c --markers="#py #py{ #py}" --verbosity=1 -p "from pycodegen import *" @coglist.txt
```
# [SOURCE](https://github.com/nedbat/cog/tree/main) | [DOCS](https://cog.readthedocs.io/en/latest/running.html)