A fully working version of the scheduling language with added examples

This commit is contained in:
robbe 2025-06-27 12:21:41 +02:00
parent ec42f74960
commit ebfd85a666
126 changed files with 7235 additions and 981 deletions

View file

@ -0,0 +1,3 @@
pot:RAM_Pot {
RAM_cracked = `get_value(this)`;
}

View file

@ -0,0 +1,3 @@
pot:RAM_Pot {
RAM_cracked = `False`;
}

View file

@ -0,0 +1,7 @@
pot:RAM_Pot
flower:RAM_Geranium {
RAM_flowering = `get_value(this)`;
}
:RAM_Planted (flower -> pot)

View file

@ -0,0 +1,8 @@
pot:RAM_Pot
new_pot:RAM_Pot
flower:RAM_Geranium {
RAM_flowering = `get_value(this)`;
}
replant:RAM_Planted (flower -> new_pot)