h0nzZik / cpp2-semantics

Towards a formal semantics of CPP2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp2-semantics

Towards a formal semantics of CPP2

Building and testing with Nix

Building

nix build -L .

Testing

nix shell --command make -C tests smoke-test

In-repository builds and tests

make -C src
make KCPP2=(pwd)/.build/bin/kcpp2 -C tests smoke-test

About

Towards a formal semantics of CPP2


Languages

Language:Python 62.2%Language:Makefile 22.8%Language:Nix 10.4%Language:Shell 4.5%