Historie revizí

Autor SHA1 Zpráva Datum
  Vankata453 ece5200d1e `Parser`: Allow specifying custom depth for optimization před 5 měsíci
  Ingo Ruhnke 6829f58196 Remove USE_LOCALE, no longer necessary with C++20 před 1 rokem
  Ingo Ruhnke 8a1264a676 Fix missing override declaration před 2 roky
  Ingo Ruhnke 84c5089e6f Fix compiler warnings před 4 roky
  Ingo Ruhnke f217c002af Use `enum class` for Value::Type před 6 roky
  Ingo Ruhnke 01afe5a541 Reduce variable reuse in test cases před 6 roky
  Ingo Ruhnke 24cccd6ca4 Add test for real with scientific notation před 6 roky
  Ingo Ruhnke b35e51f4ed Keep track of line numbers inside sexp::Value (very cheap, as it uses bytes previously used for padding) před 9 roky
  Ingo Ruhnke 949070afe1 Added sexp::Value::is_array() před 9 roky
  Ingo Ruhnke e65f40f3c8 Added default constructor to avoid -Weffc++ warning před 9 roky
  Ingo Ruhnke b57ea11308 Made locale support optional and added `cmake -DUSE_LOCALE=ON` to enable it před 9 roky
  Ingo Ruhnke 8b29529122 Added test for number-like symbols, e.g. "5.6.6" před 9 roky
  Ingo Ruhnke b87f1bddd7 Added tests for negative numbers před 9 roky
  Ingo Ruhnke 90340ba8a5 Added test cases for locale safety (currently failing) před 9 roky
  Ingo Ruhnke 2bdf4d0e8e Implemented array type před 9 roky
  Ingo Ruhnke bf64f6d4db Added fancy variadic template Value::list() factory před 9 roky
  Ingo Ruhnke 8db355cddb Added Parser::from_string/stream_many(), added error throw on trailing data před 9 roky
  Ingo Ruhnke 64036c9098 Use shorter sx name instead of sexpr před 9 roky
  Ingo Ruhnke 5a30151563 Some more name and copyright header cleanup před 9 roky
  Ingo Ruhnke b9e1dccc35 Renamed sexp::SExpr to sexp::Value před 9 roky
  Ingo Ruhnke 04cb62f582 Rearanged directory layout and renamed library to SExp, headers are now in include/sexp/ před 9 roky
  Ingo Ruhnke fbb1931b64 Some more improvments to printing of expressions před 9 roky
  Ingo Ruhnke 509185b4b0 Fixed printing of (foo . bar) style expressions před 9 roky
  Ingo Ruhnke c7e82bc7bf Benchmark and test cases před 9 roky