Implemented AST, ensured bucket memory worked

This commit is contained in:
2024-09-10 20:19:11 +10:00
parent 81417e7f32
commit 5fd933a15e
13 changed files with 435 additions and 13 deletions

View File

@@ -37,6 +37,7 @@ NOTE: you need both font AND background for these to work
#define TOY_CC_BACK_WHITE "47m"
//useful
#define TOY_CC_DEBUG TOY_CC_FONT_BLUE TOY_CC_BACK_BLACK
#define TOY_CC_NOTICE TOY_CC_FONT_GREEN TOY_CC_BACK_BLACK
#define TOY_CC_WARN TOY_CC_FONT_YELLOW TOY_CC_BACK_BLACK
#define TOY_CC_ERROR TOY_CC_FONT_RED TOY_CC_BACK_BLACK
@@ -67,6 +68,7 @@ NOTE: you need both font AND background for these to work
#define TOY_CC_BACK_WHITE
//useful
#define TOY_CC_DEBUG TOY_CC_FONT_BLUE TOY_CC_BACK_BLACK
#define TOY_CC_NOTICE TOY_CC_FONT_GREEN TOY_CC_BACK_BLACK
#define TOY_CC_WARN TOY_CC_FONT_YELLOW TOY_CC_BACK_BLACK
#define TOY_CC_ERROR TOY_CC_FONT_RED TOY_CC_BACK_BLACK