A Tcl like command language made for the Clinl kernel testing
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Ludovic 'Archivist' Lagouardette 776ee87caa Improved GC and added a GC pass to the shell 5年前
.gitignore Improved GC and added a GC pass to the shell 5年前
LICENSE Initial commit 5年前
README.md initial commit 5年前
arena.hpp initial commit 5年前
buffer.hpp initial commit 5年前
catch.hpp initial commit 5年前
container.hpp initial commit 5年前
crank.cpp initial commit 5年前
crank.h Improved GC and added a GC pass to the shell 5年前
main.cpp Improved GC and added a GC pass to the shell 5年前
memory_pool.hpp initial commit 5年前
string_view.hpp initial commit 5年前

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.