From 66b9177cce4e186bf3572443af2436d7a9d0f162 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 8 Mar 2010 23:39:05 -0500 Subject: Declare `version' to be 3.6. --- dimension/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/main.c') diff --git a/dimension/main.c b/dimension/main.c index 56ef8c5..1dc24d1 100644 --- a/dimension/main.c +++ b/dimension/main.c @@ -174,6 +174,7 @@ main(int argc, char **argv) { /* Construct the symbol table */ dmnsn_symbol_table *symtable = dmnsn_new_symbol_table(); dmnsn_declare_symbol(symtable, "__file__", dmnsn_new_ast_string(input)); + dmnsn_declare_symbol(symtable, "version", dmnsn_new_ast_float(3.6)); /* Debugging option - output the abstract syntax tree as an S-expression */ if (parse) { -- cgit v1.2.3