language-javascript
JavaScript parser
A parser for JavaScript written in Haskell.
Parser for JavaScript, in Haskell
159 stars
9 watching
47 forks
Language: Haskell
last commit: almost 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
raimohanska/monads | An introduction to monads in the Haskell programming language | 12 |
haskell/parsec | A parser combinator library designed to be industrial-strength and easy to use | 850 |
egonschiele/handsomesoup | A Haskell library that simplifies HTML parsing by providing CSS selectors and attribute extraction functions. | 123 |
gandm/language-babel | Tools and features for syntax highlighting and code analysis in JavaScript and related technologies | 476 |
willemdj/erlsom | A tool for parsing and generating XML documents in Erlang. | 268 |
ohmjs/ohm | A toolkit for building parsers and compilers using parsing expression grammars | 5,017 |
axellang/axel | A Haskell + Lisp compiler and runtime environment for executing multi-language code. | 206 |
tsoding/haskell-json | A JSON parser implementation in Haskell. | 172 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
eskimor/purescript-bridge | Translates Haskell types to PureScript types and provides JSON encoding/decoding functionality | 111 |
qmlweb/qmlweb-parser | A JavaScript library that parses QML and JavaScript files at runtime | 28 |
ndmitchell/tagsoup | A Haskell library for parsing and extracting information from HTML/XML documents | 233 |
casualjavascript/haskell-in-es6 | A collection of native ES6 implementations of Haskell functions | 286 |
jakewheat/simple-sql-parser | A parser and tokenizer for SQL syntax in Haskell | 82 |
tweag/inline-js | Enables interoperability between Haskell and JavaScript by providing a set of tools and libraries to call one language from the other. | 131 |