sedlex
Unicode lexer generator
A tool for generating Unicode-friendly lexers in OCaml
An OCaml lexer generator for Unicode
240 stars
16 watching
43 forks
Language: OCaml
last commit: 20 days ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ocaml-ppx/ppx_deriving | A library simplifying type-driven code generation in OCaml | 466 |
dbuenzli/uuseg | An OCaml library for segmenting Unicode text into grapheme clusters, words, and sentences. | 23 |
ocaml-community/easy-format | A utility library for pretty-printing indentation in OCaml programs. | 43 |
sanderspies/ocaml | A WebAssembly backend for the OCaml programming language | 80 |
ocaml-community/biniou | An efficient binary data format for serializing and deserializing structured data | 42 |
ocaml-community/iso8601.ml | A parser and printer for date-times in ISO8601 format. | 29 |
yoriyuki/camomile | A Unicode library for OCaml providing character type, string encodings, collation and locale-sensitive case mappings. | 124 |
ocaml-community/ocaml-linenoise | OCaml bindings to linenoise for easy high-level readline functionality | 51 |
lexifi/gen_js_api | Generates OCaml bindings for JavaScript libraries | 175 |
ocaml-community/lambda-term | A library providing a higher-level interface to terminal manipulation | 209 |
ygrek/ocaml-cbor | Provides OCaml bindings to the CBOR data encoding standard | 24 |
brendanlong/ocaml-ooxml | A collection of OCaml libraries for parsing and working with Microsoft Office document formats | 33 |
ocamllabs/vscode-ocaml-platform | An extension for Visual Studio Code to provide OCaml language support and tools | 341 |
fccm/glmlite | OCaml bindings for OpenGL | 19 |
formal-land/coq-of-ocaml | Transforms OCaml code into formal, verifiable Coq code to prove complex properties | 255 |