Add the post for the second homework assignment.

This commit is contained in:
2019-12-30 23:28:22 -08:00
parent 382102f071
commit 4e918db5cb
2 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
state 0;
effect {
if(SOURCE == R) {
STATE = STATE + |LEFT|;
}
}
combine {
STATE = STATE + LSTATE + RSTATE;
}