Top 4 Dart Parser Projects
-
-
Project mention: It's foolish to think open source isn't possible on Android. | reddit.com/r/fossdroid | 2022-01-01
Calculator: You don't notice how infrequently you use your calculator app until you delete it. For simple calculations, Blue Line Console can act as the most unobtrusive calculator. For complex calculations, try num++ or MicroMathematics Plus (plots, graphs). If you happen to make simple calculations frequently, there's Calculator Notification.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Also my own parser for Dart: https://github.com/amake/org_parser
-
parser_builder
Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.
Project mention: Classic non-configurable CSV parser suitable for most use cases. Pretty fast parsing. | reddit.com/r/FlutterDev | 2022-03-01CSV parser (fast_csv) as a result of use of the parser builder. I don't know why, but the generated parser is about 2.9-3.5 faster than the handwritten csv parser. Can be used with Flutter. Allows a bit of configuration - specifying a field separator (when using the extended version of the parser). But in this case, it will parse the data no faster than a 2.9 times compared to the parser from the csv package. When parsing large amounts of data, you can speed up parsing by a few seconds. This may be relevant for Desktop Flutter applications.
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 | 354 |
2 | Num-Plus-Plus | 69 |
3 | org_parser | 24 |
4 | parser_builder | 7 |
Are you hiring? Post a new remote job listing for free.