A C++ library implementing a range of basic and not-so-basic stuff, ranging from common data structures to a S-expression parser.
Find a file
Emmanuel BENOîT b659f2f237 Syntax tree - Visitors
Syntax trees can return a pre-configured visitor object that can be used
to visit all the nodes. Also added a method to create a "root node"
handle for the visitor, because I'm a lazy bastard.
2018-03-31 22:11:00 +02:00
.vim.local Vim settings - "IDE" builds in debug mode 2017-11-02 10:19:12 +01:00
include/ebcl Syntax tree - Visitors 2018-03-31 22:11:00 +02:00
src Files - Set path in stream errors 2017-12-28 09:52:47 +01:00
tests Syntax tree - Visitors 2018-03-31 22:11:00 +02:00
.gitignore Repo init with mostly unchanged import of LW code 2017-11-01 20:14:23 +01:00
default-config Started making the library sort-of-buildable 2017-11-01 21:44:54 +01:00
Makefile Started making the library sort-of-buildable 2017-11-01 21:44:54 +01:00
Makefile.main Build static library 2017-11-01 23:32:06 +01:00
TODO Filesystem abstraction 2017-12-27 10:49:31 +01:00