A Tcl like command language made for the Clinl kernel testing
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
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.