IFPSTools.NET/LibIFPSCC/Scanner/FSAGraphs
zc e16c00799d ifpscc: initial commit
libifpscc: initial commit
readme: document ifpscc/libifpscc
license: add credits for ifpscc/libifpscc (derived from code also MIT licensed)
libifps: make additional fields/types public for libifpscc
libifps: fix field documentation for some opcodes
libifps: fix loading functions that are not exported
libifps: allow saving a nonexistant primitive type if the same primitive type was added already
libifps: fix parsing Extended constants
libifps: fix ushort/short being mapped to the wrong types in one table
csproj: set Prefer32Bit=false for release builds
2023-03-28 17:24:19 +01:00
..
char.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
char.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
constchar.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
constchar.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
draw_fsas.py ifpscc: initial commit 2023-03-28 17:24:19 +01:00
float.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
float.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
identifier.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
identifier.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
int.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
int.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
newline.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
operator.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
operator.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
README.md ifpscc: initial commit 2023-03-28 17:24:19 +01:00
space.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
space.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00
string.dot ifpscc: initial commit 2023-03-28 17:24:19 +01:00
string.svg ifpscc: initial commit 2023-03-28 17:24:19 +01:00

Graphs of the scanner FSAs

*.svg: the rendered graphs

Use draw_fsas.py to render the graphs with the .dot files.