Commit History

Author SHA1 Message Date
  Joeri Exelmans f93fc55dc3 Datamodel: Have a "setup" script declaring variables in the instance scope instead of silly XML tags <var> and <func> for variable and function declarations. Nicer syntax, more powerful and we reuse functionality (like parsing and interpreting a block of statements) instead of treating the datamodel as something special. Function declarations are just expressions assigned to variables or directly called. Nested function declarations should be fully supported (yet untested). 5 years ago
  Joeri Exelmans 10288e3385 Getting closer to XML parsing nirvana... 5 years ago
  Joeri Exelmans 7283c09aad Fine-tune parser rules. Split grammar file into 2. 5 years ago
  Joeri Exelmans 431c30a80c Tests beginning with "fail_" instead of "test_" should give an error when loading. Add some tests of illegal situations. 5 years ago