10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Release 3.1. More... 10 months ago
release.sh: make the script NixOS-friendly, fix quoting in echo command. More... 10 months ago
Makefile.lib.am: remove nonexistent header from the list. More... 10 months ago
Update CHANGELOG. More... 10 months ago
Document configure option --enable-parsers in BUILD.md. More... 10 months ago
Update documentation for capturing and non-capturing groups. More... 10 months ago
Add tests for `re2c:leftmost-captures` and `re2c:posix-captures`. More... 10 months ago
Add configuration `re2c:leftmost-captures`. More... 10 months ago
Fix build scripts for Wine to run on NixOS. More... 10 months ago
Add missing header include to make src/codegen/code.h self-contained. More... 10 months ago
Replace `enum GorPass` with uint32_t as it is used in a bitfield. More... 10 months ago
Make function `static` as it is used in one file. More... 10 months ago
Drop _POSIX_SOURCE, enable -std=gnu++11 for CMake. More... 10 months ago
libre2c: omit redundant semicolon after namespace. More... 11 months ago
Omit redundant semicolon after namespace. More... 11 months ago
Correctly parse raw UTF-8 characters in Flex mode. More... 11 months ago
Convert `GorPass` from enum class to plain enum to fix compiler error. More... 12 months ago
run_tests.py: remove exception for overflow-1.re test on Windows. More... about 1 year ago
run_tests.py: patch backslashes in depfile to fix tests on Windows. More... about 1 year ago
Header file should be a dependency, not a target. More... about 1 year ago
Add header file to the dependencies generated with --depfile option. More... about 1 year ago
Provide a min viable http://bazel.build integration. More... about 1 year ago
Add tests for --invert-captures option. More... about 1 year ago
Add configuration `re2c:invert_captures`. More... about 1 year ago
Merge AST nodes CAP and REF for capturing and non-capturing groups. More... about 1 year ago
Add option --invert-captures. More... about 1 year ago
Change syntax for explicit non-capturing groups. More... about 1 year ago
GitHub actions: replace `set-output` command with environment files. More... about 1 year ago
GitHub actions: update action versions from @v2 to @v3. More... about 1 year ago
Delete a few tests that are very similar to other tests. More... about 1 year ago