A Tcl like command language made for the Clinl kernel testing
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell hace 5 años
.gitignore Improved GC and added a GC pass to the shell hace 5 años
LICENSE Initial commit hace 5 años
README.md initial commit hace 5 años
arena.hpp initial commit hace 5 años
buffer.hpp initial commit hace 5 años
catch.hpp initial commit hace 5 años
container.hpp initial commit hace 5 años
crank.cpp initial commit hace 5 años
crank.h Improved GC and added a GC pass to the shell hace 5 años
main.cpp Improved GC and added a GC pass to the shell hace 5 años
memory_pool.hpp initial commit hace 5 años
string_view.hpp initial commit hace 5 años

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.