A Tcl like command language made for the Clinl kernel testing
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell před 5 roky
.gitignore Improved GC and added a GC pass to the shell před 5 roky
LICENSE Initial commit před 5 roky
README.md initial commit před 5 roky
arena.hpp initial commit před 5 roky
buffer.hpp initial commit před 5 roky
catch.hpp initial commit před 5 roky
container.hpp initial commit před 5 roky
crank.cpp initial commit před 5 roky
crank.h Improved GC and added a GC pass to the shell před 5 roky
main.cpp Improved GC and added a GC pass to the shell před 5 roky
memory_pool.hpp initial commit před 5 roky
string_view.hpp initial commit před 5 roky

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.