Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppClass.js | 2021-11-11 | 2.1 kB | |
checkstring.js | 2021-11-11 | 1.8 kB | |
Makefile | 2021-11-11 | 2.0 kB | |
README.txt | 2021-11-11 | 702 Bytes | |
AppClass.sm | 2021-11-11 | 1.6 kB | |
index.html | 2021-11-11 | 672 Bytes | |
Totals: 6 Items | 8.9 kB | 0 |
JavaScript Example 1 This state machine "recognizes" the string 0*1* (which includes the empty string). + Building ---------- NOTE: Smc.jar must be built and installed. Unix & Windows: $ make checkstring + Executing ----------- Unix & Windows $ nodejs checkstring.js <string> Try several different strings, such as: $ nodejs checkstring.js "" -> acceptable $ nodejs checkstring.js 000 -> acceptable $ nodejs checkstring.js 00011 -> acceptable $ nodejs checkstring.js 111 -> acceptable $ nodejs checkstring.js 000111100 -> unacceptable $ nodejs checkstring.js 00011a1b10c0 -> unacceptable