Parser Directives
Parser directives start with escape (\)
.
Parser directives are intended to change parser behavior with frequently used patterns: main entry, comments, variable specifiers, and more.
# This comment is a combination of '\' + '\'
# <main> function is '\' + '/'
\/ :> \< "hello"
# Prints is '\' + '<'
\$mem_arena .... # Allocate using custom allocator
See Grammar.