This commit is contained in:
2026-01-20 01:23:52 -08:00
parent 243a012d3e
commit 4c04e71078
11 changed files with 145 additions and 33 deletions

View File

@@ -76,6 +76,11 @@ function maybe_emit_next_symbol(entity) {
maybe_emit_next_symbol("FUNCTION")
}
/DEFSPECIAL\(/ {
maybe_print_file_header()
maybe_emit_next_symbol("SPECIAL")
}
/DEFINE_SYMBOL\(/ {
maybe_print_file_header()
maybe_emit_next_symbol("SYMBOL")