mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 02:54:23 +01:00
Updated HowItWorks
This commit is contained in:
parent
03523d5ac6
commit
26bf96cc4c
@ -6,8 +6,9 @@ A (deterministic) state machine which performs lexical analysis of C.
|
|||||||
program could be used to convert a regular expression NFA syntax into this
|
program could be used to convert a regular expression NFA syntax into this
|
||||||
format).
|
format).
|
||||||
|
|
||||||
Each state begins with ':<name> <color-name>'
|
Each state begins with
|
||||||
<color-name> is the color used for characters eaten by the state
|
':<name> <color-name>'
|
||||||
|
\<color-name\> is the color used for characters eaten by the state
|
||||||
(really a symbol for a user definable color).
|
(really a symbol for a user definable color).
|
||||||
|
|
||||||
The first state defined is the initial state.
|
The first state defined is the initial state.
|
||||||
|
Loading…
Reference in New Issue
Block a user