From 28fc36adeb86b5fe2282a86f1d8871694baa1124 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 17 Jan 2026 01:09:25 -0500 Subject: [PATCH] xo-expression2: nit --- idl/ASymbolTable.json5 | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 idl/ASymbolTable.json5 diff --git a/idl/ASymbolTable.json5 b/idl/ASymbolTable.json5 deleted file mode 100644 index ca10ef91..00000000 --- a/idl/ASymbolTable.json5 +++ /dev/null @@ -1,41 +0,0 @@ -{ - mode: "facet", - includes: [ ], - - namespace1: "xo", - namespace2: "scm", - facet: "SymbolTable", - detail_subdir: "symtab", - brief: "symbol table derived from a set of schematika expressions", - using_doxygen: true, - doc: [ - "Map symbols to schematika expression. Output of schematika parser" - ], - types: [ - // { name: string, doc: [ string ], definition: string }, - ], - const_methods: [ - { - name: "is_global_symtab", - doc: ["true iff this is toplevel (global) symbol table."], - return_type: "bool", - args: [], - const: true, - noexcept: true, - attributes: [], - }, - { - name: "lookup_binding_unint", - doc: ["report ingredients needed to address variable at runtime."], - return_type: "Binding", - args: [ - {type: "DString*", name: "sym"}, - ], - const: true, - noexcept: true, - attributes: [], - }, - ], - nonconst_methods: [ - ], -}