Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-03 | Revert "More sourcepos! (#169)" | John MacFarlane | |
This reverts commit 9e643720ec903f3b448bd2589a0c02c2514805ae. | |||
2017-01-03 | Revert "wrapper.py: remove unused (and faulty) libc instantiation (#175)" | John MacFarlane | |
This reverts commit c4c1d59ca29aceb1c5919908ac97d9476264fd96. | |||
2016-12-24 | wrapper.py: remove unused (and faulty) libc instantiation (#175) | Mathieu Duponchelle | |
2016-12-20 | More sourcepos! (#169) | Mathieu Duponchelle | |
* open_new_blocks: always create child before advancing offset * Source map * Extent's typology * In-depth python bindings | |||
2016-01-08 | Use default opts in python sample wrapper. | John MacFarlane | |
2015-12-28 | Removed out-of-date lua wrapper. | John MacFarlane | |
2015-05-06 | Added note to wrapper.rkt, requires racket 5.3+. | John MacFarlane | |
2015-05-06 | Revised luajit wrapper. | John MacFarlane | |
2015-05-06 | wrapper.rb: added argument for options. | John MacFarlane | |
2015-05-06 | Removed wrapper3.py, made wrapper.py work with python 2/3. | John MacFarlane | |
Also improved the wrapper to work with windows, and to use smart punctuation (as an example). In the future we may want to use cffi instead of ctypes. It is like luajit ffi, and allows us to use constants from the C library. | |||
2015-05-06 | New Racket wrapper. | Eli Barzilay | |
Has an almost complete low-level interface, mostly missing the iterator thing. Also some higher-level interface: some thin convenient wrappers, and conversions to/from sexpr format. | |||
2015-01-12 | Moved python, rb, lua wrappers to wrappers subdirectory. | John MacFarlane | |