Skip to content

Instantly share code, notes, and snippets.

View cheng-alvin's full-sized avatar
🙃
Vibin'

Alvin Cheng cheng-alvin

🙃
Vibin'
View GitHub Profile
@cheng-alvin
cheng-alvin / labrador.h
Last active December 12, 2023 09:34
This is the labrador testing framework built for the Jas assembler project. The testing framwork allows code to be tested and have the verbose overloading be done by the preprocessor.
// Headers can be obtained at: https://github.com/cheng-alvin/jas.
// Licensed under the MIT license, free of any charge, NO warranty.
// Please see: https://github.com/cheng-alvin/jas/blob/main/LICENSE.
#include "color.h"
#include "null.h"
#include <stdio.h>
/**
* @author cheng-alvin