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.