TOML-XS 0.06 Latest
Files
- Changes
- Document.xs
- LICENSE
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- README.md
- Timestamp.xs
- XS.xs
- easyxs/LICENSE
- easyxs/README.md
- easyxs/easyxs.h
- easyxs/easyxs_debug.h
- easyxs/easyxs_numeric.h
- easyxs/easyxs_perlcall.h
- easyxs/easyxs_scalar.h
- easyxs/easyxs_string.h
- easyxs/easyxs_structref.h
- easyxs/init.h
- easyxs/ppport.h
- examples/assets/large.toml.gz
- examples/assets/small.toml
- examples/benchmark.pl
- lib/TOML/XS.pm
- lib/TOML/XS/Document.pm
- lib/TOML/XS/Timestamp.pm
- ppport.h
- t/basic.t
- t/leading_zero.t
- t/pointer.t
- t/pointer_array.t
- t/timestamp.t
- t/triple_q_in_dbl_quote.t
- tomlc17.c
- tomlc17.h
- tomlc17/API.md
- tomlc17/BAREKEYCHAR.md
- tomlc17/CLAUDE.md
- tomlc17/DESIGN.md
- tomlc17/LICENSE
- tomlc17/Makefile
- tomlc17/OPTIONS.md
- tomlc17/README.md
- tomlc17/README_CXX.md
- tomlc17/simple/Makefile
- tomlc17/simple/repro.c
- tomlc17/simple/simple.c
- tomlc17/simple/simple.toml
- tomlc17/simple/simplecpp.cpp
- tomlc17/src/Makefile
- tomlc17/src/tomlc17.c
- tomlc17/src/tomlc17.h
- tomlc17/src/tomlcpp.hpp
- tomlc17/test/Makefile
- tomlc17/test/README
- tomlc17/test/cpp/Makefile
- tomlc17/test/cpp/test1.cpp
- tomlc17/test/equiv/Makefile
- tomlc17/test/equiv/test1.c
- tomlc17/test/merge/Makefile
- tomlc17/test/merge/test1.c
- tomlc17/test/parser/Makefile
- tomlc17/test/parser/good/1.out
- tomlc17/test/parser/good/10.out
- tomlc17/test/parser/good/100.out
- tomlc17/test/parser/good/11.out
- tomlc17/test/parser/good/12.out
- tomlc17/test/parser/good/13.out
- tomlc17/test/parser/good/14.out
- tomlc17/test/parser/good/15.out
- tomlc17/test/parser/good/16.out
- tomlc17/test/parser/good/17.out
- tomlc17/test/parser/good/18.out
- tomlc17/test/parser/good/19.out
- tomlc17/test/parser/good/2.out
- tomlc17/test/parser/good/20.out
- tomlc17/test/parser/good/21.out
- tomlc17/test/parser/good/3.out
- tomlc17/test/parser/good/4.out
- tomlc17/test/parser/good/5.out
- tomlc17/test/parser/good/6.out
- tomlc17/test/parser/good/7.out
- tomlc17/test/parser/good/8.out
- tomlc17/test/parser/good/array1.out
- tomlc17/test/parser/good/array2.out
- tomlc17/test/parser/good/array3.out
- tomlc17/test/parser/good/array4.out
- tomlc17/test/parser/good/e1.out
- tomlc17/test/parser/good/e2.out
- tomlc17/test/parser/good/e3.out
- tomlc17/test/parser/good/tab1.out
- tomlc17/test/parser/good/tab2.out
- tomlc17/test/parser/good/tab3.out
- tomlc17/test/parser/good/tab4.out
- tomlc17/test/parser/good/tab5.out
- tomlc17/test/parser/good/tab6.out
- tomlc17/test/parser/good/tab7.out
- tomlc17/test/parser/good/tab8.out
- tomlc17/test/parser/good/x1.out
- tomlc17/test/parser/good/x2.out
- tomlc17/test/parser/good/x3.out
- tomlc17/test/parser/in/1.toml
- tomlc17/test/parser/in/10.toml
- tomlc17/test/parser/in/100.toml
- tomlc17/test/parser/in/11.toml
- tomlc17/test/parser/in/12.toml
- tomlc17/test/parser/in/13.toml
- tomlc17/test/parser/in/14.toml
- tomlc17/test/parser/in/15.toml
- tomlc17/test/parser/in/16.toml
- tomlc17/test/parser/in/17.toml
- tomlc17/test/parser/in/18.toml
- tomlc17/test/parser/in/19.toml
- tomlc17/test/parser/in/2.toml
- tomlc17/test/parser/in/20.toml
- tomlc17/test/parser/in/21.toml
- tomlc17/test/parser/in/3.toml
- tomlc17/test/parser/in/4.toml
- tomlc17/test/parser/in/5.toml
- tomlc17/test/parser/in/6.toml
- tomlc17/test/parser/in/7.toml
- tomlc17/test/parser/in/8.toml
- tomlc17/test/parser/in/array1.toml
- tomlc17/test/parser/in/array2.toml
- tomlc17/test/parser/in/array3.toml
- tomlc17/test/parser/in/array4.toml
- tomlc17/test/parser/in/e1.toml
- tomlc17/test/parser/in/e2.toml
- tomlc17/test/parser/in/e3.toml
- tomlc17/test/parser/in/tab1.toml
- tomlc17/test/parser/in/tab2.toml
- tomlc17/test/parser/in/tab3.toml
- tomlc17/test/parser/in/tab4.toml
- tomlc17/test/parser/in/tab5.toml
- tomlc17/test/parser/in/tab6.toml
- tomlc17/test/parser/in/tab7.toml
- tomlc17/test/parser/in/tab8.toml
- tomlc17/test/parser/in/x1.toml
- tomlc17/test/parser/in/x2.toml
- tomlc17/test/parser/in/x3.toml
- tomlc17/test/parser/parser.c
- tomlc17/test/parser/run.sh
- tomlc17/test/pool/Makefile
- tomlc17/test/pool/test1.c
- tomlc17/test/scankey/Makefile
- tomlc17/test/scankey/good/1.out
- tomlc17/test/scankey/good/2.out
- tomlc17/test/scankey/good/3.out
- tomlc17/test/scankey/good/4.out
- tomlc17/test/scankey/good/5.out
- tomlc17/test/scankey/good/6.out
- tomlc17/test/scankey/good/7.out
- tomlc17/test/scankey/good/8.out
- tomlc17/test/scankey/in/1
- tomlc17/test/scankey/in/2
- tomlc17/test/scankey/in/3
- tomlc17/test/scankey/in/4
- tomlc17/test/scankey/in/5
- tomlc17/test/scankey/in/6
- tomlc17/test/scankey/in/7
- tomlc17/test/scankey/in/8
- tomlc17/test/scankey/run.sh
- tomlc17/test/scankey/scankey.c
- tomlc17/test/scanvalue/Makefile
- tomlc17/test/scanvalue/good/1.out
- tomlc17/test/scanvalue/good/10.out
- tomlc17/test/scanvalue/good/11.out
- tomlc17/test/scanvalue/good/12.out
- tomlc17/test/scanvalue/good/13.out
- tomlc17/test/scanvalue/good/14.out
- tomlc17/test/scanvalue/good/15.out
- tomlc17/test/scanvalue/good/16.out
- tomlc17/test/scanvalue/good/17.out
- tomlc17/test/scanvalue/good/18.out
- tomlc17/test/scanvalue/good/2.out
- tomlc17/test/scanvalue/good/3.out
- tomlc17/test/scanvalue/good/4.out
- tomlc17/test/scanvalue/good/5.out
- tomlc17/test/scanvalue/good/6.out
- tomlc17/test/scanvalue/good/7.out
- tomlc17/test/scanvalue/good/8.out
- tomlc17/test/scanvalue/good/9.out
- tomlc17/test/scanvalue/good/e1.out
- tomlc17/test/scanvalue/good/e2.out
- tomlc17/test/scanvalue/in/1
- tomlc17/test/scanvalue/in/10
- tomlc17/test/scanvalue/in/11
- tomlc17/test/scanvalue/in/12
- tomlc17/test/scanvalue/in/13
- tomlc17/test/scanvalue/in/14
- tomlc17/test/scanvalue/in/15
- tomlc17/test/scanvalue/in/16
- tomlc17/test/scanvalue/in/17
- tomlc17/test/scanvalue/in/18
- tomlc17/test/scanvalue/in/2
- tomlc17/test/scanvalue/in/3
- tomlc17/test/scanvalue/in/4
- tomlc17/test/scanvalue/in/5
- tomlc17/test/scanvalue/in/6
- tomlc17/test/scanvalue/in/7
- tomlc17/test/scanvalue/in/8
- tomlc17/test/scanvalue/in/9
- tomlc17/test/scanvalue/in/e1
- tomlc17/test/scanvalue/in/e2
- tomlc17/test/scanvalue/run.sh
- tomlc17/test/scanvalue/scanvalue.c
- tomlc17/test/source/Makefile
- tomlc17/test/source/test1.c
- tomlc17/test/stdtest/Makefile
- tomlc17/test/stdtest/parser.c
- tomlc17/test/stdtest/run.sh