FET_sim.git
22 months agoAdd basic commands and refactor the code
Lukáš Jiřiště [Sun, 14 Jan 2024 16:34:41 +0000 (17:34 +0100)]
Add basic commands and refactor the code

Implement parsing of basic commands (help, next, add...)
 -Mostly (?) as wrapper around function from previous commit
 -It should be possible to do it in a much better way
Give the project some structure
 -split main.c
 -create src and inc directories

22 months agoAdd TODO text file
Lukáš Jiřiště [Sat, 13 Jan 2024 11:57:51 +0000 (12:57 +0100)]
Add TODO text file

The TODO list is quite short and not detailed. But better have it when it
is not needed yet than not have it when ideas are abundant. The
maintanance of TODO is so low it is worth adding.

22 months agoStart this project for simulating FET based logic
Lukáš Jiřiště [Sat, 13 Jan 2024 10:55:36 +0000 (11:55 +0100)]
Start this project for simulating FET based logic

Add a small project capable(?) of simulating FET logic. Implement basic
structs and logic for the simulation.
Implement depicting of the simulation state.
Add submodule Libft for use in place of (most of) standard library.
 - I develop this project for other reasons.
 - This is an added challenge for learning's sake.
Add basics of project management (Makefile, .gitignore).