Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/BioJulia/Automa.jl

A julia code generator for regular expressions
https://github.com/BioJulia/Automa.jl

little typo fix

denshd opened this pull request about 1 month ago
Bump version

jakobnissen opened this pull request 3 months ago
Re-enable SIMD

jakobnissen opened this pull request 3 months ago
Add compat for TS 0.11

jakobnissen opened this pull request 4 months ago
Bump TranscodingStreams to 0.11

nhz2 opened this pull request 6 months ago
Bugfix: Escape reference to Automa in error function

jakobnissen opened this pull request 12 months ago
Correct typos in documentation

jakobnissen opened this pull request 12 months ago
docs: Misc formatting and text fixes, add some internal links

digital-carver opened this pull request about 1 year ago
add Actions badges to README, correct existing badge and link

digital-carver opened this pull request about 1 year ago
Update issue and PR template to match BioJulia guidelines

jakobnissen opened this pull request about 1 year ago
Bump TranscodingStreams to 0.10

jakobnissen opened this pull request about 1 year ago
Bump Documenter to 1.0

jakobnissen opened this pull request over 1 year ago
Tweak Tokenizer docs

jakobnissen opened this pull request over 1 year ago
Tokenizer improvements

jakobnissen opened this pull request over 1 year ago
Use separate tokenizers

tlienart opened this issue over 1 year ago
Backport from v1: Remove SIMD capability

jakobnissen opened this pull request over 1 year ago
Optimisation: Only check disambiguating preconditions once

jakobnissen opened this issue over 1 year ago
Re-enable SIMD when Julia supports ISA-specific code

jakobnissen opened this issue over 1 year ago
Bump ScanByte to 0.4.0

jakobnissen opened this pull request over 1 year ago
Remove NFA nodes more aggressively

jakobnissen opened this issue almost 2 years ago
Breaking changes for v1

jakobnissen opened this pull request almost 2 years ago
Prefer staying inside regex to exiting it

jakobnissen opened this issue almost 2 years ago
Remove dependency on Printf

jakobnissen opened this pull request almost 2 years ago
Issues with Tokenizer

jakobnissen opened this issue almost 2 years ago
Looping regex can be given a final action

jakobnissen opened this issue almost 2 years ago
(Optionally) despecialize generated code on its IO

jakobnissen opened this issue about 2 years ago
Feature: Zero-dependency codegen

jakobnissen opened this issue over 2 years ago
Slow compilation speed

jakobnissen opened this issue over 2 years ago
Add support for multi-byte transitions

jakobnissen opened this issue over 2 years ago
Remove unused files

jakobnissen opened this pull request over 2 years ago
Better error on compiling null regex

jakobnissen opened this pull request over 2 years ago
Remove StableSet and StableDict

jakobnissen opened this pull request over 2 years ago
Make FSM generation deterministic by simply renaming nodes

jakobnissen opened this issue over 2 years ago
Bug with regex set negation

jakobnissen opened this issue over 2 years ago
Keyerror on remove_dead_notes

jakobnissen opened this issue over 2 years ago
Revamp BioGenerics.Automa.State: Recoverable readers

jakobnissen opened this issue over 2 years ago
Taking preconditions seriously

jakobnissen opened this issue over 2 years ago
Enforce action dict symbols are same as machines

jakobnissen opened this pull request over 2 years ago
Verify keys in RE.actions are correct on setindex!

jakobnissen opened this issue over 2 years ago
Fix variables in generate_reader

jakobnissen opened this pull request over 2 years ago
Disable unambiguity check again

jakobnissen opened this pull request over 2 years ago
Use smaller integer width for table generator

jakobnissen opened this pull request over 2 years ago
Remove ByteSet

jakobnissen opened this pull request over 2 years ago
Breaking changes for V1

jakobnissen opened this pull request over 2 years ago
Fixup parse_class

jakobnissen opened this pull request over 2 years ago
Make ambiguity errors easier to understand

jakobnissen opened this issue over 2 years ago
Small cleanup of Automa codegen

jakobnissen opened this pull request over 2 years ago
Automa has too many code generators

jakobnissen opened this issue over 2 years ago
Small tweaks to Tokenizer internals

jakobnissen opened this pull request over 2 years ago
Have Tokenizer check if in accept state when EOF

jakobnissen opened this pull request over 2 years ago
Tokenisation fails to produce an error

andreypopp opened this issue over 2 years ago
Generic state machine library?

jtrakk opened this issue about 3 years ago
Add workflow for downstream tests

CiaranOMara opened this pull request about 3 years ago
Optimize away dict lookup when possible

jakobnissen opened this pull request over 3 years ago
Optimize away dict lookup at machine exit

jakobnissen opened this issue over 3 years ago
Allow construction of `RegExp` from invalid UTF-8 strings

jakobnissen opened this issue over 3 years ago
Factor out transcoding streams dependency

jakobnissen opened this issue over 3 years ago
Shift-based tables for small machines

jakobnissen opened this issue over 3 years ago
Multi-bytes characters trigger actions multiple times

Kolaru opened this issue over 3 years ago
Fix execute (issue 78)

jakobnissen opened this pull request over 3 years ago
`Automa.execute` gives wrong result in some case

Kolaru opened this issue over 3 years ago
Same char used in two different patterns of an alternation

Kolaru opened this issue over 3 years ago
Disable breaking change: check for ambiguity

jakobnissen opened this pull request almost 4 years ago
TagBot trigger issue

JuliaTagBot opened this issue almost 4 years ago
add tagbot

kescobo opened this pull request almost 4 years ago
bump version

kescobo opened this pull request almost 4 years ago
Work on deploying docs via github actions

kescobo opened this pull request almost 4 years ago
Roadmap to v1.0

jakobnissen opened this issue almost 4 years ago
Add Documenter-based automatic documentation hosting

jakobnissen opened this issue almost 4 years ago
Remove DataStructures dependency

jakobnissen opened this pull request almost 4 years ago
Fix CI

jakobnissen opened this pull request almost 4 years ago
Remove DataStructures deps

jakobnissen opened this issue almost 4 years ago
Add docs for :simd generator

jakobnissen opened this pull request almost 4 years ago
Change equal to egal for nothing

jakobnissen opened this pull request almost 4 years ago
Improve debugging of Automa

jakobnissen opened this pull request almost 4 years ago
Safe with invalid UTF-8?

cmcaine opened this issue about 4 years ago
Example of inline routing of a HTTP request while parsing it

richiejp opened this pull request about 4 years ago
Fix escape \f

jakobnissen opened this pull request about 4 years ago
SIMD code generator

jakobnissen opened this pull request about 4 years ago
Pushdown automata

jakobnissen opened this issue about 4 years ago
Simplify membership codegen

jakobnissen opened this pull request about 4 years ago
Improve DFA edge reduction

jakobnissen opened this pull request about 4 years ago
Suboptimal DFA construction when epsilon loop in NFA

jakobnissen opened this issue about 4 years ago
Allow no actions in generate exec code

jakobnissen opened this pull request about 4 years ago
Possible optimization: SIMD unrolled loops

jakobnissen opened this issue over 4 years ago
Generated code is highly redundant

jakobnissen opened this issue over 4 years ago
[Question] Practical example of how to use the `when` field in RE

Azzaare opened this issue over 4 years ago
Optimize reduce_nodes

jakobnissen opened this pull request over 4 years ago
Optimize reduce_nodes(::DFA)

jakobnissen opened this issue over 4 years ago
Disallow DFAs with ambiguous actions [RFC]

jakobnissen opened this pull request over 4 years ago
DFAs can take wrong actions due to ambiguities

jakobnissen opened this issue over 4 years ago
Question: how to make an explicit NFA?

lesshaste opened this issue over 4 years ago
Failing to match \\ in the beginning of the string

racinmat opened this issue about 5 years ago
add Project.toml

bicycle1885 opened this pull request almost 6 years ago
Fix deprecations

femtocleaner[bot] opened this pull request almost 6 years ago
Drop Julia 0.7 and update CI settings

bicycle1885 opened this pull request almost 6 years ago
fix backslash escaping

bicycle1885 opened this pull request almost 6 years ago
Cannot use backslashes in (inverted) classes

sjoelund opened this issue almost 6 years ago
update benchmark script

bicycle1885 opened this pull request over 6 years ago