Download Latest Version smc-maven-plugin-7.6.0.jar (25.9 kB)
Email in envelope

Get an email when there's a new version of SMC - The State Machine Compiler

Name Modified Size InfoDownloads / 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
Source: README.txt, updated 2021-11-11