Add a third of the load command
authorLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 14 Aug 2025 07:11:07 +0000 (09:11 +0200)
committerLukáš Jiřiště <gymnazium.jiriste@gmail.com>
Thu, 14 Aug 2025 07:11:07 +0000 (09:11 +0200)
commitb38a5516874e2d02943f90ad1a12530e0761dc88
tree0b33f2051942641f23cd249cfac4450d343d9347
parent4379711c9b9bc466436779222fc89f76e01fb99c
Add a third of the load command

The load command encompasses the language spec, its parsing and building
the circuit representation (and it also should create the graphics for
the loaded part).
In this commit only a part of the parsing is done (and the
prerequisites such as input handling).
This now correctly(?) parses the input file into a catalog of parts with
their dependencies.
I am sorry for the big (and yet incomplete) commit.
Makefile
TODO
grammar [new file with mode: 0644]
inc/FET_sim.h
parsing_table [new file with mode: 0644]
src/c_load.c [new file with mode: 0644]
src/main.c