You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
something like this
all files are evaluated in the same context so you can define and redifine functions and variables
The code above will expand to the following if $GRECO_DEBUG = true; (running in debug mode)
comments are removed, lines are preserved so line numbers still make sense
a rust util will extract all code prepended by //# and replace all others with write(line)
the whole file is then evaluated with a new write method/buffer and the output is actually used/stored/cached etc