https://github.com/neko-box-coder/modc
ModC language, just like C but with railguards
https://github.com/neko-box-coder/modc
Last synced: 4 months ago
JSON representation
ModC language, just like C but with railguards
- Host: GitHub
- URL: https://github.com/neko-box-coder/modc
- Owner: Neko-Box-Coder
- License: mit
- Created: 2025-09-16T07:31:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-01-26T21:03:20.000Z (5 months ago)
- Last Synced: 2026-01-27T08:15:09.476Z (5 months ago)
- Language: C
- Size: 157 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModC
WIP.
To preview in mkdocs:
1. `python -m venv venv`
2. `source ./venv/bin/activate`
3. `pip install mkdocs mkdocs-material pygments`
4. `cd docs && pushd pygments-plugin-modc; pip install .; popd`
5. `cd docs && cd mkdocs && ../venv/bin/mkdocs serve`