search for: parboil

Displaying 5 results from an estimated 5 matches for "parboil".

Did you mean: narbol
2010 May 03
5
New parser-based Markdown implementation for Java
...t a short heads-up to a newly released Markdown implementation: "pegdown" (http://github.com/sirthias/pegdown) implements a Java Markdown-to-HTML processor based on a PEG parser with the grammar being based on John MacFarlanes C implementation "peg-markdown". pegdown uses "parboiled" (http://www.parboiled.org) for the actual parsing work and, as such, is quite easy to read, understand and therefore extend. Currently pegdown fully passes the latest "official" Markdown test suite and optionally supports two small extensions. Since I need table support in my own...
2011 Jun 28
3
PEG Markdown Highlight
Dear fellow Markdown enthusiasts, As you all might know, Markdown is a highly context sensitive language that the (often regex-based) syntax highlighting mechanisms in existing editors struggle to keep up with. I have taken John MacFarlane's excellent peg-markdown compiler and modified its parser to function as an interpreter for syntax highlighting purposes. The end result is a
2010 Dec 15
3
my scala markdown implementation
Hi, I have written my own implementation of markdown in Scala. I only later realized there is already one ( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some work into mine and I think it is never bad to have alternatives, so I wanted to release it anyway. I want to use the same BSD License as the original markdown, but before I put it out into the wild I wanted to ask
2013 Jan 09
0
[LLVMdev] Portable OpenCL (pocl) v0.7 released
...as an example of an heterogeneous pocl device driver. Even though the OpenCL 1.2 standard is not yet implemented fully and it contains known bugs, we consider pocl ready for wider scale testing. The pocl 0.7 test suite compiles and runs most of the ViennaCL 1.3.1 examples,Rodinia 2.0.1 benchmarks, Parboil benchmarks, OpenCL Programming Guide book samples and the AMD APP SDK v2.8 OpenCL samples. Acknowledgements ---------------- We'd like to thank the Radio Implementation Research Team from Nokia Research Center which sponsored the development of this release. Much appreciated! Links ----- Home...
2013 Aug 12
0
[LLVMdev] Portable Computing Language (pocl) v0.8 released
..., and provides several new OpenCL API implementations. We consider pocl ready for wider scale testing, although the OpenCL 1.2 standard is not yet fully implemented, and it contains known bugs. The pocl 0.8 test suite compiles and runs most of the ViennaCL 1.3.1 examples, Rodinia 2.0.1 benchmarks, Parboil benchmarks, OpenCL Programming Guide book samples, VexCL test cases, Luxmark v2.0, and most of the AMD APP SDK v2.8 OpenCL samples, among others. Links ----- Home page: http://pocl.sourceforge.net/ This announcement: http://pocl.sourceforge.net/pocl-0.8.html Change log: http://pocl....