A Tcl like command language made for the Clinl kernel testing
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell 5 роки тому
.gitignore Improved GC and added a GC pass to the shell 5 роки тому
LICENSE Initial commit 5 роки тому
README.md initial commit 5 роки тому
arena.hpp initial commit 5 роки тому
buffer.hpp initial commit 5 роки тому
catch.hpp initial commit 5 роки тому
container.hpp initial commit 5 роки тому
crank.cpp initial commit 5 роки тому
crank.h Improved GC and added a GC pass to the shell 5 роки тому
main.cpp Improved GC and added a GC pass to the shell 5 роки тому
memory_pool.hpp initial commit 5 роки тому
string_view.hpp initial commit 5 роки тому

README.md

Crank

A Tcl like command language made for the Clinl kernel testing

Build it just by building crank.cpp and main.cpp together in a C++17 compiler and you are done.