A Tcl like command language made for the Clinl kernel testing
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell 5 anos atrás
.gitignore Improved GC and added a GC pass to the shell 5 anos atrás
LICENSE Initial commit 5 anos atrás
README.md initial commit 5 anos atrás
arena.hpp initial commit 5 anos atrás
buffer.hpp initial commit 5 anos atrás
catch.hpp initial commit 5 anos atrás
container.hpp initial commit 5 anos atrás
crank.cpp initial commit 5 anos atrás
crank.h Improved GC and added a GC pass to the shell 5 anos atrás
main.cpp Improved GC and added a GC pass to the shell 5 anos atrás
memory_pool.hpp initial commit 5 anos atrás
string_view.hpp initial commit 5 anos atrás

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.