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 db215e4baf Strings - Fixed appendNumeric(INT64_MIN)
Couldn't work as it was trying to store the absolute value in a signed
64-bit integer.
2020-10-01 13:20:50 +02:00
.vim.local Updated Vim test running script 2018-12-16 12:41:54 +01:00
doc Windows build + instructions 2018-12-16 11:57:58 +01:00
include/ebcl Strings - Library initalisation 2020-09-27 13:49:00 +02:00
src Strings - Fixed appendNumeric(INT64_MIN) 2020-10-01 13:20:50 +02:00
tests Strings - Fixed appendNumeric(INT64_MIN) 2020-10-01 13:20:50 +02:00
.gitignore Repo init with mostly unchanged import of LW code 2017-11-01 20:14:23 +01:00
default-config Windows build + instructions 2018-12-16 11:57:58 +01:00
Makefile Windows build + instructions 2018-12-16 11:57:58 +01:00
Makefile.main Windows build + instructions 2018-12-16 11:57:58 +01:00
TODO TODO list updated 2018-12-23 22:47:25 +01:00