I am trying to draw out a finite state machine (start, next state etc.) how can I draw this using only 7 states?
I wrote out what the table looks like, this inputing characters into tokens Table: e.g. if the user types in a one a T for true should be the output
input/output or tokens
1 / T,
2 / F,
# / ~,
! / ~,
& / ^,
* / ^,
+ / v,
<> / x,
!= / x,
=> / >,
--> / >,
-- / =,
= / =,
== / =,
( / (,
) / ),