refactor: keep compiler source standalone

Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
2026-08-11 23:58:25 -04:00
parent 0941075baa
commit 7b839f8155
40 changed files with 130 additions and 1581 deletions
+7
View File
@@ -0,0 +1,7 @@
<?sando go
package golden
func Greeting(name string)
?>
<?# SPDX-License-Identifier: AGPL-3.0-only ?>
<p class="greeting">Hello, <?= name ?>.</p>