Commit 920828a7 authored by Igor Dejanovic's avatar Igor Dejanovic

Few small fixes in pyFlies textX description.

parent cdaf3b66
/* /*
This is a TextX specification of pyFlies DSL for Reaction Time test This is a textX specification of pyFlies DSL for Reaction Time test
experiments definition. experiments definition.
Author: Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com> Author: Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com>
Copyright: (c) 2014 Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com> Copyright: (c) 2014 Igor R. Dejanovic <igor DOT dejanovic AT gmail DOT com>
...@@ -16,7 +16,7 @@ ModelElement: ...@@ -16,7 +16,7 @@ ModelElement:
TestDef: TestDef:
"test" name=ID (":" test_type=TestType)? ( "<" inherits*={[TestDef] ","} )? "{" "test" name=ID (":" test_type=TestType)? ( "<" inherits*={[TestDef] ","} )? "{"
TestParam* params=TestParam*
"}" "}"
; ;
...@@ -25,7 +25,7 @@ TestType: ...@@ -25,7 +25,7 @@ TestType:
; ;
TestParam: TestParam:
name=ID value=(ID|FLOAT|INT|STRING) name=ID value=(ID|INT|FLOAT|STRING)
; ;
/* TestParamValue: */ /* TestParamValue: */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment