September, 2019 @ ERK Portorož Slovenia
Created 2019-09-23 Mon 00:12, press ESC for overview
SELECT player, stadium
FROM game JOIN goal ON (id=matchid)
https://github.com/textX/textX
I. Dejanović, R. Vaderna, G. Milosavljević, Ž. Vuković, TextX: A Python tool for Domain-Specific Languages implementation, Knowledge-Based Systems 115, 1-4, 2017.
test Simon {
conditions {
position color congruency response
left green congruent left
left red incongruent right
right green incongruent left
right red congruent right
}
stimuli{
all: shape(rectangle, position position,
color color)
error: sound(1000)
fixation: shape(cross)
}
}
position=left and color=red