about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.gitattributes59log stats plain blame
-rw-r--r--.gitignore4log stats plain blame
-rw-r--r--COPYRIGHT.md1508log stats plain blame
-rw-r--r--Makefile3658log stats plain blame
-rw-r--r--README.md5065log stats plain blame
-rw-r--r--counter.teliva564log stats plain blame
-rw-r--r--counter.tlv673log stats plain blame
d---------doc305log stats plain
-rw-r--r--hanoi.lua2496log stats plain blame
-rw-r--r--hanoi.teliva1960log stats plain blame
-rw-r--r--life.teliva8488log stats plain blame
d---------src2095log stats plain
lass="nv">consoles in scenarios, rewrite tests from # scenario_console.mu # Tests for console interface. scenario read-key-in-mu [ assume-console [ type [abc] ] run [ 1:character, console:address:console, 2:boolean <- read-key console:address:console 3:character, console:address:console, 4:boolean <- read-key console:address:console 5:character, console:address:console, 6:boolean <- read-key console:address:console 7:character, console:address:console, 8:boolean <- read-key console:address:console ] memory-should-contain [ 1 <- 97 # 'a' 2 <- 1 3 <- 98 # 'b' 4 <- 1 5 <- 99 # 'c' 6 <- 1 7 <- 0 # eof 8 <- 1 ] ]