mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-21 16: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
|
||||
format).
|
||||
|
||||
Each state begins with ':<name> <color-name>'
|
||||
<color-name> is the color used for characters eaten by the state
|
||||
Each state begins with
|
||||
':<name> <color-name>'
|
||||
\<color-name\> is the color used for characters eaten by the state
|
||||
(really a symbol for a user definable color).
|
||||
|
||||
The first state defined is the initial state.
|
||||
|
Loading…
Reference in New Issue
Block a user