A Tcl like command language made for the Clinl kernel testing
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell il y a 5 ans
.gitignore Improved GC and added a GC pass to the shell il y a 5 ans
LICENSE Initial commit il y a 5 ans
README.md initial commit il y a 5 ans
arena.hpp initial commit il y a 5 ans
buffer.hpp initial commit il y a 5 ans
catch.hpp initial commit il y a 5 ans
container.hpp initial commit il y a 5 ans
crank.cpp initial commit il y a 5 ans
crank.h Improved GC and added a GC pass to the shell il y a 5 ans
main.cpp Improved GC and added a GC pass to the shell il y a 5 ans
memory_pool.hpp initial commit il y a 5 ans
string_view.hpp initial commit il y a 5 ans

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.