log

age author description
Mon, 19 Aug 2019 21:56:36 +0200 Lewin Bormann atom: Add test for atom_name()
Mon, 19 Aug 2019 21:55:58 +0200 Lewin Bormann cmake: Conditionally enable doxygen documentation
Mon, 19 Aug 2019 20:44:55 +0200 Lewin Bormann gen, expr: Use new ystr_t type instead of raw strings.
Mon, 19 Aug 2019 20:34:29 +0200 Lewin Bormann base/vec: Rename append to push, and implement/test append functionality
Mon, 19 Aug 2019 18:38:58 +0200 Lewin Bormann base/str: Build out many string features.
Sun, 18 Aug 2019 23:24:15 +0200 Lewin Bormann src: Use relative includes for close headers.
Sun, 18 Aug 2019 23:23:56 +0200 Lewin Bormann base: Make yvec_t 16 bytes long and improve documentation.
Sun, 18 Aug 2019 23:23:02 +0200 Lewin Bormann base: Implement string type ystr_t.
Sun, 18 Aug 2019 20:38:36 +0200 Lewin Bormann expr: Implement debug print and parsing helper for yexpr
Sun, 18 Aug 2019 20:38:13 +0200 Lewin Bormann base/vec: Implement resize and copy.
Sun, 18 Aug 2019 20:37:51 +0200 Lewin Bormann atom: Lookup-by-name
Sun, 18 Aug 2019 20:37:31 +0200 Lewin Bormann Start building actual expressions in parser
Sun, 18 Aug 2019 18:33:24 +0200 Lewin Bormann Implement atoms
Sun, 18 Aug 2019 18:33:11 +0200 Lewin Bormann Implement basic expression structures.
Sun, 18 Aug 2019 18:32:51 +0200 Lewin Bormann Add release mode
Sun, 18 Aug 2019 18:03:37 +0200 Lewin Bormann Disable LaTeX doxygen generation
Sun, 18 Aug 2019 18:03:16 +0200 Lewin Bormann Add useful header definitions to build file (to use modern features)
Sun, 18 Aug 2019 18:02:45 +0200 Lewin Bormann Add .clang file
Sun, 18 Aug 2019 18:02:33 +0200 Lewin Bormann Various fixes to lexing and parsing: renames, s/r conflicts, etc
Sun, 18 Aug 2019 16:15:37 +0200 Lewin Bormann Also add bison source file.
Sun, 18 Aug 2019 16:08:55 +0200 Lewin Bormann Add some doxygen annotations to vec.
Sun, 18 Aug 2019 16:08:44 +0200 Lewin Bormann Write bare-bones flex/bison setup for lexing and parsing
Sun, 18 Aug 2019 16:07:14 +0200 Lewin Bormann Add doxygen setup
Sat, 17 Aug 2019 22:46:45 +0200 Lewin Bormann Add cmake configurations.
Sat, 17 Aug 2019 22:46:27 +0200 Lewin Bormann Add basic vec implementation.
Sat, 17 Aug 2019 21:51:26 +0200 Lewin Bormann Add cmake file for parser
Sat, 17 Aug 2019 21:40:41 +0200 Lewin Bormann Add very very basic parser.