]> www.ljiriste.work Git - KyciFTA/log
KyciFTA
26 hours agoUpdate .gitignore to ignore hidden files
Lukáš Jiřiště [Mon, 29 Jun 2026 19:21:33 +0000 (21:21 +0200)]
Update .gitignore to ignore hidden files

26 hours agoImplement the grammar parsing
Lukáš Jiřiště [Mon, 29 Jun 2026 19:19:15 +0000 (21:19 +0200)]
Implement the grammar parsing

The version of C is updated to 11 for anonymous structs/unions.
The grammar is expanded by SLASH for paths and MINUS for easier
tokenization.

26 hours agoAdd Makefile, remove parsing_table
Lukáš Jiřiště [Sun, 28 Jun 2026 19:47:57 +0000 (21:47 +0200)]
Add Makefile, remove parsing_table

The Makefile contains rules for creating the parsing_table from grammar
using my generator. It also generates a source file from the grammar
and parsing_table files.

3 months agoAdd grammar and generate parsing table
Lukáš Jiřiště [Wed, 18 Mar 2026 20:17:04 +0000 (21:17 +0100)]
Add grammar and generate parsing table

3 months agoStart the project by adding Libft library
Lukáš Jiřiště [Wed, 18 Mar 2026 20:13:14 +0000 (21:13 +0100)]
Start the project by adding Libft library