A Tcl like command language made for the Clinl kernel testing
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell 5 lat temu
.gitignore Improved GC and added a GC pass to the shell 5 lat temu
LICENSE Initial commit 5 lat temu
README.md initial commit 5 lat temu
arena.hpp initial commit 5 lat temu
buffer.hpp initial commit 5 lat temu
catch.hpp initial commit 5 lat temu
container.hpp initial commit 5 lat temu
crank.cpp initial commit 5 lat temu
crank.h Improved GC and added a GC pass to the shell 5 lat temu
main.cpp Improved GC and added a GC pass to the shell 5 lat temu
memory_pool.hpp initial commit 5 lat temu
string_view.hpp initial commit 5 lat temu

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.