-
There's a bunch of stuff we can try and automate here, namely:
- Fetching of new course averages data (tools/course-avg-parser)
- Scraping data from e-calendar (src/loader.rs)
- Course requiremen…
-
The current version of CppSharp generates only one file with `Generator.OutputMode.FilePerModule` mode if header files are in the same include directory. ILibrary Setup method:
```C#
/// S…
-
## To-Do
- [x] Tokenize Keywords in a single pass
- [x] Tokenize Joint Symbols (+=) as a secondary pass
- [x] Tokenize all valid ASCII-based symbols
- [x] Token Metadata for error reporting (lin…
-
https://sourceforge.net/p/qpc/discussion/668726/thread/030b0138ec/
I don't see some tools suitable for very constraint systems, like http://www.colm.net/open-source/ragel/
or tools or papers speci…
-
`seco` lacks of very usable and powerful tool -- **syntax parser**. With parser you able to input and process any data presented in plain text formats: scripts in **any** programming languages, JSON, …
-
`
MMTK_PLAN=SemiSpace /home/zixianc/MMTk-Dev/evaluation/build/jdk-mmtk/jdk/bin/java -Xms90M -Xmx90M -XX:MetaspaceSize=500M -XX:+DisableExplicitGC -server -XX:-TieredCompilation -Xcomp -XX:+UseThirdP…
-
Hi,
I maintain the defopt argument parser generator (https://github.com/anntzer/defopt). I had a quick look at your comparison table in your docs) regarding how defopt compares with the other opti…
-
This is a follow-up to #227 (fixed by #230). The current behavior of the parser/generator is to iterate over the list of input files and do a full parse/generate for each. This leads to a fair amoun…
-
### Library name
json-glib
### Library description
JSON parser and generator using GLib and GObject
### Source repository URL
https://gitlab.gnome.org/GNOME/json-glib
### Project homepage (if di…
-
Unlike Pest, LALRPOP has nice error messages.
But its default behavior like eating up comments and line feeds, very weak documentation and clunky behavior around error handling, make it a very pain…