Simon Cruanes
|
1b5b23a8f1
|
remove unlabel, remove all traces of Result
|
2019-12-10 20:48:38 -06:00 |
|
Simon Cruanes
|
30251e9426
|
bump minimum version of OCaml to 4.03, drop deps {result,uchar}
close #274
|
2019-12-10 19:56:54 -06:00 |
|
Simon Cruanes
|
0ef454c6dc
|
feat(sexp): expose parse_string_list and the list decoder
|
2019-12-10 15:50:18 -06:00 |
|
Simon Cruanes
|
c2f8d6811b
|
fix(sexp): set location properly when parsing a file
|
2019-12-06 20:21:46 -06:00 |
|
Simon Cruanes
|
825e350da0
|
feat(sexp): reexport atom/list cstors
|
2019-12-05 15:19:38 -06:00 |
|
Simon Cruanes
|
968a39b6bc
|
fix: restore CCSexp.atom which was lost in 2.7
|
2019-11-13 15:30:11 -06:00 |
|
Simon Cruanes
|
7cefde490b
|
prepare for 2.7
remove mdx
|
2019-11-12 08:49:33 -06:00 |
|
Simon Cruanes
|
09c205db78
|
fix: missing interface file
|
2019-11-05 20:16:52 -06:00 |
|
Simon Cruanes
|
853c9f27bd
|
refactor: reuse a bit of code
|
2019-11-05 19:43:37 -06:00 |
|
Simon Cruanes
|
404e35f850
|
feat(sexp): provide ability to annotate parsed S-exprs with their position
|
2019-11-05 19:41:44 -06:00 |
|
Simon Cruanes
|
d6f98032c8
|
feat(sexp): functorize the parser/printer
|
2019-11-05 19:24:28 -06:00 |
|
Simon Cruanes
|
2b6d9126c1
|
feat(ccsexp): support #; for commenting a sexp
|
2019-11-05 19:02:40 -06:00 |
|
Simon Cruanes
|
96ed8a37ab
|
feat: introduce shim modules for 4.08 compat
- also make `unlabel` an explicit operation
- use `Stdlib` instead of `Pervasives`
- remove some warnings in Format
|
2019-06-14 18:26:14 -05:00 |
|
Simon Cruanes
|
3b1de9a1c8
|
chore(build): migrate to dune 1.0
|
2018-09-16 19:53:40 -05:00 |
|
Simon Cruanes
|
09d5b146f2
|
remove explicit dep on bytes in jbuild files
|
2018-03-12 22:45:48 -05:00 |
|
nathan moreau
|
25f919070f
|
Adding comments 2
|
2018-01-21 17:09:42 +01:00 |
|
Simon Cruanes
|
d97e1e7231
|
add script to generate jbuilder flags dynamically
|
2018-01-14 20:38:40 -06:00 |
|
Simon Cruanes
|
8f46fdb6d2
|
move to jbuilder (closes #165)
|
2018-01-14 17:43:56 -06:00 |
|
Jacques-Pascal Deplaix
|
9622f6f6ff
|
Avoid uses of the polymorphic operators
|
2018-01-14 23:32:13 +00:00 |
|
Jacques-Pascal Deplaix
|
6d2063ded4
|
Internally shadow polymorphic operators and functions from Pervasives
|
2018-01-14 23:32:13 +00:00 |
|
Simon Cruanes
|
03fd42e67d
|
reindentation
|
2017-01-25 00:08:12 +01:00 |
|
Simon Cruanes
|
610990e945
|
fix behavior of CCSexp
- allow "\123" escape codes
- allow "\b" escape codes
|
2016-11-03 20:45:47 +01:00 |
|
Simon Cruanes
|
941d74968e
|
remove CCSexpM, use ocamllex for a much simpler CCSexp
|
2016-11-03 17:44:35 +01:00 |
|
Simon Cruanes
|
269d4a7ba9
|
handle '\r` in CCSexpM (fixes #83)
|
2016-11-03 09:48:50 +01:00 |
|
Simon Cruanes
|
9a2dd29615
|
update headers
|
2016-07-06 10:20:00 +02:00 |
|
Simon Cruanes
|
a2179d4355
|
prepare for 0.16
|
2016-02-24 22:08:26 +01:00 |
|
Simon Cruanes
|
b3d7a0d654
|
missing constraint in CCSexpM.ID_MONAD
|
2016-02-23 17:13:12 +01:00 |
|
Simon Cruanes
|
07382c02dd
|
remove deprecated CCSexpStream module
|
2015-12-22 10:26:56 +01:00 |
|
Fourchaux
|
44387de784
|
Correction typos (fichiers src)
|
2015-11-08 22:27:59 +01:00 |
|
Simon Cruanes
|
60aea81750
|
prepare for 0.14
|
2015-11-08 13:04:09 +01:00 |
|
Simon Cruanes
|
05fc100be2
|
detail
|
2015-10-07 16:34:19 +02:00 |
|
Simon Cruanes
|
164d71380a
|
small bugfix in CCSexpM.print
|
2015-10-07 16:28:22 +02:00 |
|
Simon Cruanes
|
1f463c1e9c
|
expose blocking decoder in CCSexpM
|
2015-10-04 21:11:12 +02:00 |
|
Simon Cruanes
|
ada364ae3a
|
add more tests
|
2015-09-16 14:47:10 +02:00 |
|
Simon Cruanes
|
65d7c6d3ae
|
update test
|
2015-09-16 14:47:10 +02:00 |
|
Simon Cruanes
|
504df0c0a4
|
test for CCSexpM using newest qtest
|
2015-09-16 14:47:10 +02:00 |
|
Simon Cruanes
|
afbe00cbe9
|
bugfix in CCSexpM
|
2015-09-16 14:46:05 +02:00 |
|
Simon Cruanes
|
6c0378e16f
|
update deprecation comments
|
2015-09-11 09:29:51 +02:00 |
|
Simon Cruanes
|
9f7be2ddc9
|
enable -safe-string on the whole project, with some linked refactorings
|
2015-06-26 14:05:45 +02:00 |
|
Simon Cruanes
|
f1b3ff64c9
|
prepare for 0.7
|
2014-12-19 17:28:22 +01:00 |
|
Simon Cruanes
|
ed9f874d4e
|
add CCSexpM for a simpler, monadic parser of S-expressions (deprecating CCSexpStream)
|
2014-12-18 19:26:55 +01:00 |
|
Simon Cruanes
|
b31bd70501
|
CCSexp now splitted into CCSexp (manipulating expressions) and CCSexpStream
|
2014-12-18 19:26:24 +01:00 |
|
Simon Cruanes
|
e7cd24b903
|
updated doc
|
2014-12-16 23:58:31 +01:00 |
|
Simon Cruanes
|
61465fa19a
|
remove cgi/; move sub-libraries to their own subdir each; mv everything into src/
|
2014-12-16 23:41:59 +01:00 |
|