Pandoc library for Scheme
Go to file
Lassi Kortela 9e3636777e Fix JSON number regression
cjson produces inexact reals (instead of integers) from JSON integers.
Ensure JSON numbers are converted to Scheme integers.
2021-09-04 14:17:42 +03:00
doc Add Chicken wiki page 2021-08-25 13:34:43 +03:00
.gitignore Add Chicken egg information 2021-08-25 00:09:50 +03:00
LICENSE Add LICENSE file 2021-08-25 13:15:41 +03:00
pandoc.chicken.scm Export pandoc-json->sxml 2021-09-01 12:18:13 +03:00
pandoc.egg Add (pandoc tar) library 2021-09-04 12:52:18 +03:00
pandoc.gauche.scm Add Gauche wrapper 2021-08-24 21:03:49 +03:00
pandoc.r5rs.scm Fix JSON number regression 2021-09-04 14:17:42 +03:00
pandoc.release-info Try to fix release-info file 2021-08-25 12:17:52 +03:00
pandoc.server.chicken.scm Use CJSON to read JSON 2021-09-01 15:31:49 +03:00
pandoc.sld Export pandoc-json->sxml 2021-09-01 12:18:13 +03:00
pandoc.tar.chicken.scm Add (pandoc tar) library 2021-09-04 12:52:18 +03:00
test.chicken.scm Add Chicken module 2021-08-24 20:47:07 +03:00
test.gauche.scm Add Gauche wrapper 2021-08-24 21:03:49 +03:00