All Projects → rodolf0 → Tox

rodolf0 / Tox

misc parsers in rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Tox

Logos
Create ridiculously fast Lexers
Stars: ✭ 1,001 (+2402.5%)
Mutual labels:  lexer, parsing
re-typescript
An opinionated attempt at finally solving typescript interop for ReasonML / OCaml.
Stars: ✭ 68 (+70%)
Mutual labels:  parsing, lexer
Graphql Go Tools
Tools to write high performance GraphQL applications using Go/Golang.
Stars: ✭ 96 (+140%)
Mutual labels:  lexer, parsing
sb-dynlex
Configurable lexer for PHP featuring a fluid API.
Stars: ✭ 27 (-32.5%)
Mutual labels:  parsing, lexer
Chevrotain
Parser Building Toolkit for JavaScript
Stars: ✭ 1,795 (+4387.5%)
Mutual labels:  lexer, parsing
Jflex
The fast scanner generator for Java™ with full Unicode support
Stars: ✭ 380 (+850%)
Mutual labels:  lexer, parsing
Moment.php
Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js
Stars: ✭ 900 (+2150%)
Mutual labels:  parsing
Blispr
Lisp-in-progress
Stars: ✭ 27 (-32.5%)
Mutual labels:  lisp-interpreter
Fuzi
A fast & lightweight XML & HTML parser in Swift with XPath & CSS support
Stars: ✭ 894 (+2135%)
Mutual labels:  parsing
Readr
Read flat files (csv, tsv, fwf) into R
Stars: ✭ 821 (+1952.5%)
Mutual labels:  parsing
Seax
A VM-based runtime environment for functional programming languages
Stars: ✭ 36 (-10%)
Mutual labels:  lisp-interpreter
React Native Parsed Text
Parse text and make them into multiple React Native Text elements
Stars: ✭ 969 (+2322.5%)
Mutual labels:  parsing
Probtopdf
Turn online textbook into Exam-friendly, offline, searchable PDF
Stars: ✭ 27 (-32.5%)
Mutual labels:  parsing
Mico
Mico ("Monkey" in catalan). Monkey language implementation done with C++. https://interpreterbook.com/
Stars: ✭ 19 (-52.5%)
Mutual labels:  lexer
Got Reload
Reload Go code in a running process at function/method level granularity, using Yaegi
Stars: ✭ 29 (-27.5%)
Mutual labels:  parsing
Feedkit
An RSS, Atom and JSON Feed parser written in Swift
Stars: ✭ 895 (+2137.5%)
Mutual labels:  parsing
Mal
mal - Make a Lisp
Stars: ✭ 8,287 (+20617.5%)
Mutual labels:  lisp-interpreter
Rust Peg
Parsing Expression Grammar (PEG) parser generator for Rust
Stars: ✭ 836 (+1990%)
Mutual labels:  parsing
Samovar
Stars: ✭ 23 (-42.5%)
Mutual labels:  parsing
Domainname Parser
🏬 .NET domain name parsing library (uses publicsuffix.org)
Stars: ✭ 31 (-22.5%)
Mutual labels:  parsing

rust crates for parsing stuff

lexers

Tokenizers for math expressions, splitting text, lexing lisp-like stuff, etc.

earlgrey

An Early CFG parser which can extract all trees and handle ambiguous grammars.

shunting

A tiny math parser that understands prefix/infix/postfix operators and functions.

kronos

A library to compute time expressions (eg: the 3rd monday of the week).

fluxcap

A binding of kronos and earlgrey to parse time expressions from text.

misc

  • lisp: a partial rust clone of lispy.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].