Top 5 Dart Parser Projects
-
-
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
-
parser_builder
Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.
-
unwired
Unwired is a fast and minimalistic Dart HTTP client library. It supports cancellable requests, managed authentication and multithreaded requests.
So, in the latest 0.9.x update of the Unwired, it ditched the http package. Now, it uses dart:io and dart:html to process or abort http requests. minimalistic enough?
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Dart Parser related posts
- NUM++ (ANDROID)
- An Interpreter for a Python-like Language Written in Dart
- The "PEG2" parser generator now generates non-nullable code
- Eight years ago, I wrote a Ruby parser in Dart which I recently rediscovered and now ported to sound null-safety. With < 1000 LoC for the parser plus 1000 LoC to transpile Ruby to Pseudo-Dart it might be an interesting example. For fun, I added a simple evaluator that only supports the fibonacci fn.
Index
What are some of the best open-source Parser projects in Dart? This list will help you:
Project | Stars | |
---|---|---|
1 | dart-petitparser | 428 |
2 | Num-Plus-Plus | 86 |
3 | org_parser | 35 |
4 | parser_builder | 8 |
5 | unwired | 6 |