bsml_features
|
e92f44ba01
Rename python src dirs to match installed names (can set to 'src' dir so you don't have to re-install after every change). Updated SCCD schema to accept all existing tests. Added XML namespace to tests. Compiler checks input file against SCCD schema. New compiler dependency 'lxml' (largely compatible with xml.etree) for dealing with XML namespaces and schemas.
|
5 anni fa |
doc
|
46113778d9
associate_instance and disassociate_instance now fixed
|
8 anni fa |
examples
|
37525b9675
private ports now work in both directions; added a bouncing balls example where the SCCD model does not contain UI code (completely external)
|
6 anni fa |
src
|
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 anni fa |
test
|
2f1c07eebf
Add test for nested function declarations and recursion (although we probably don't want recursion in our statecharts)
|
5 anni fa |
textualnotations
|
068c424a35
Fix indentations.
|
7 anni fa |
.gitignore
|
a6753bd559
Fixed all tests.
|
5 anni fa |
LICENSE
|
04ec602b01
initial commit (from svn repo)
|
9 anni fa |
README.md
|
19ac39f437
Add EvalContext data class to group parameters passed to Expression.eval, Statement.exec, Variable.load and Variable.store.
|
5 anni fa |
schema.xml
|
e92f44ba01
Rename python src dirs to match installed names (can set to 'src' dir so you don't have to re-install after every change). Updated SCCD schema to accept all existing tests. Added XML namespace to tests. Compiler checks input file against SCCD schema. New compiler dependency 'lxml' (largely compatible with xml.etree) for dealing with XML namespaces and schemas.
|
5 anni fa |