Select Git revision
-
Anders Nilsson authored
Can now compile generated .ast and .jjt all the way to class files. Still missing a lot of JavaCC productions before it is possible to test the compiler
Anders Nilsson authoredCan now compile generated .ast and .jjt all the way to class files. Still missing a lot of JavaCC productions before it is possible to test the compiler
Siaras.ast 1.22 KiB
Start ::= Device*;
abstract Thing ::=;
Displace : Move ::=;
Turn : Move ::=;
Move : ManipulationAndHandlingFunction ::=;
MagnetGripper : Gripper ::=;
Orient : Move ::=;
ParallelGripper : PincerGripper ::=;
Arrange : Move ::=;
Feed : Move ::=;
Gripper : ManipulationAndHandling ::=;
StorePartlyOrdered : Store ::=;
ManipulationAndHandlingFunction : MainFunction ::=;
Manufacturing : Device ::=;
Store : ManipulationAndHandlingFunction ::=;
Task : Thing ::=;
MainFunction : Skill ::=;
JointFingerGripper : FingerGripper ::=;
LineParallelGripper : ParallelGripper ::=;
Pass : Move ::=;
Pan : Move ::=;
PincerGripper : Gripper ::=;
ID : Property ::=;
CircularParallelGripper : ParallelGripper ::=;
Assembly : Device ::=;
StoreUnOrdered : Store ::=;
AdditionalFunction : Skill ::=;
Convey : Move ::=;
Device : Thing ::= property:Property* skill:Skill* mainFunction:MainFunction;
FingerGripper : Gripper ::=;
StoreInOrder : Store ::=;
GeneralParallelGripper : ParallelGripper ::=;
Property : Thing ::=;
AngleGripper : PincerGripper ::=;
ManipulationAndHandling : Device ::=;
VacuumGripper : Gripper ::=;
Cost : Property ::=;
IntelligentRobot : Thing ::=;
ElasticFingerGripper : FingerGripper ::=;
Position : Move ::=;
Skill : Thing ::= device:Device*;