Small tree library written in C++. It is optimized for use with bison and flex to generate Abstract Syntax Trees (ASTs).
Go to file
Dominik Meyer 86bb4baaf8
FIX: fixed segmentation fault when deleting all children
2024-01-29 11:43:58 +01:00
cmake FIX: only use and provide required cmake modules 2023-07-26 10:13:27 +02:00
docs ADD: doxygen should recurse through directories 2019-03-05 13:27:08 +01:00
include/Tree ADD: added possibility to clone a tree node 2019-08-28 15:00:06 +02:00
libs ADD: switched to Catch2 for testing 2024-01-28 22:45:55 +01:00
src FIX: fixed segmentation fault when deleting all children 2024-01-29 11:43:58 +01:00
tests ADD: switched to Catch2 for testing 2024-01-28 22:45:55 +01:00
.gitignore ADD: initial source commit 2019-04-03 21:21:22 +02:00
.gitmodules ADD: switched to Catch2 for testing 2024-01-28 22:45:55 +01:00
CMakeLists.txt ADD: switched to Catch2 for testing 2024-01-28 22:45:55 +01:00
LICENSE ADD: added license file 2019-03-05 13:18:44 +01:00
README.md ADD: added initial README 2019-03-05 13:18:26 +01:00

README.md

libtree++

Description

libtree++ is a small tree library written in C++. It is optimized for use with bison and flex to generate Abstract Syntax Trees (ASTs).

AUTHOR

Dominik Meyer dmeyer@federationhq.de

LICENSE

Copyright (C) 2019 Dominik Meyer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.