From 8168b66e72ded6772cb641e4d540685f94df47dd Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 5 Oct 2022 21:10:07 +0200 Subject: [PATCH] :memo: parser constants --- doc/concept.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/concept.sh b/doc/concept.sh index 7d38f10..76bc73a 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -36,6 +36,15 @@ mov $1 42; typ $1; echo $1 +## PARSER CONSTANTS ## +# the parser will replace these constants by their respective values + +# current line number +__LINE__ + + + + ## VARIABLES ## # $2 => $1 move|mov|set $1 $2