An open API service indexing awesome lists of open source software.

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

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`