Created 2024-10-01 Tue 14:23, press ESC for overview and use arrow keys for movement, press Ctrl+Shift+F for search
SELECT player, stadium
FROM game JOIN goal ON (id=matchid)
https://github.com/textX/textX
- 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