Lukáš Jiřiště [Tue, 30 Jun 2026 18:07:30 +0000 (20:07 +0200)]
Change grammar not to parse shared object path
It is not useful to parse the path, because the whole path may be given
to OS for the loading.
Also event_name was added to grammar for more structure.
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.