Skip to content

Commit 184e32a

Browse files
ARCHITECTURE.org: Improve
1 parent a3ebfaf commit 184e32a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

ARCHITECTURE.org

+22
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ DSV data in a terminal
1818
All the GNU Guile modules are in =modules= directory. =dsv= program source
1919
code can be found in =utils= directory.
2020

21+
*** Main Module
22+
For the common tasks there's a =(dsv)= module that provides basic procedures
23+
to read/write DSV data.
24+
25+
*** Finite State Machine (FSM) Modules
26+
All the files required to build and run the parser FSM are placed in =(dsv
27+
fsm)= modules. The FSM code is compiled from [[https://plantuml.com/][PlantUML]] diagrams by [[https://github.com/artyom-poptsov/guile-smc][Guile-SMC]].
28+
29+
*** Command Line Interface Modules
30+
The code required for the =dsv= tool is in the =(dsv cli)= modules.
31+
32+
*** Parser Modules
33+
The parser for each format is in its own module:
34+
- =(dsv unix)=: DSV (Unix) parser
35+
- =(dsv rfc4180)=: RFC 4180 parser.
36+
37+
*** DSV Tables
38+
=(dsv table)= contains the code to handle DSV tables.
39+
40+
=(dsv table-preset)= contains the code to draw pseudo-graphic tables in the
41+
terminal.
42+
2143
*** Tests
2244
Tests are in =tests= directory. They are written using SRFI-61.
2345

0 commit comments

Comments
 (0)