issues
search
scrabsha
/
expandable
What if we could check declarative macros before using them?
MIT License
45
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore: release v0.1.2
#85
scrabsha
opened
3 weeks ago
0
feat: rewrite using syn
#84
scrabsha
opened
3 weeks ago
0
fix: symlink the doc directory in the expandable-impl crate root
#83
scrabsha
closed
3 weeks ago
0
fix: add link to docs, add missing readme link
#82
scrabsha
closed
3 weeks ago
0
fix: handle newer rustdoc-json output
#81
scrabsha
closed
3 weeks ago
0
fix: add the include field to all published crates
#80
scrabsha
closed
3 weeks ago
0
fix: add `repository` field to Cargo.toml
#79
smoelius
closed
3 weeks ago
4
fix: set up workspace-level dependencies
#78
scrabsha
closed
1 month ago
0
fix: Add description and license field to the crates
#77
scrabsha
closed
1 month ago
0
chore: release v0.1.1
#76
scrabsha
closed
3 weeks ago
0
feat: add release-plz worklow
#75
scrabsha
closed
1 month ago
0
refactor: fix latest clippy lints
#74
scrabsha
closed
1 month ago
0
feat: use the "vec! with -> instead of ." example in the doc
#73
scrabsha
closed
1 month ago
0
feat: add minimal support for the Lifetime token description
#72
scrabsha
closed
1 month ago
0
feat: force argument declaration to be followed by a `: Ty`
#71
scrabsha
closed
1 month ago
0
Add HaikuOS support for MIPS 64 bits CPU
#70
thomasarmel
opened
1 month ago
4
feat: allow return to return any expression
#69
scrabsha
closed
1 month ago
0
feat: add support for loop expressions
#68
scrabsha
closed
1 month ago
0
feat: add support for parenthesed expressions in condition
#67
scrabsha
closed
1 month ago
0
feat: ident expressions and assignment operator
#66
scrabsha
closed
1 month ago
0
feat: add support for the ! operator
#65
scrabsha
closed
1 month ago
0
style: update to the new rustfmt style
#64
scrabsha
closed
1 month ago
0
feat: allow variables in more places, add support for &&
#63
scrabsha
closed
1 month ago
0
feat: add new background illustration
#62
scrabsha
closed
1 month ago
0
refactor: add variable support in `rust-grammar-dpdfa`/`grammar-gen`
#61
scrabsha
closed
2 months ago
0
refactor: simplify statement parsing
#60
scrabsha
closed
3 months ago
0
fix: propagate "no repetitions" when checking 0-n repetitions
#59
scrabsha
closed
3 months ago
0
feat: match expressions
#58
scrabsha
closed
4 months ago
0
feat: add support for missing fragments
#57
scrabsha
closed
4 months ago
0
feat: allow grammar-gen functions to return atoms
#56
scrabsha
closed
4 months ago
0
feat: add support for visibilty and struct definitions
#55
scrabsha
closed
4 months ago
1
test: add test for underscore expression
#54
scrabsha
closed
4 months ago
0
feat: add missing [expandable::*] macros
#53
scrabsha
closed
4 months ago
0
feat: add macro call support
#52
scrabsha
closed
4 months ago
0
doc: bump MSRV to 1.70
#51
scrabsha
closed
5 months ago
0
refactor: make the expansion check fully deterministic
#50
scrabsha
closed
5 months ago
0
feat: generate a possible invalid expansion when an error is found
#49
scrabsha
closed
5 months ago
2
refactor: use opaque type to represent state in transitions
#48
scrabsha
closed
6 months ago
0
feat: add path parsing
#47
scrabsha
closed
6 months ago
0
refactor: modernize grammar-gen intern APIs, allow for token splitting
#46
scrabsha
closed
6 months ago
0
feat: rework ordering in the "expected XXX, YYY, ZZZ" error message
#45
scrabsha
closed
6 months ago
0
feat: add (almost) full pattern support
#44
scrabsha
closed
6 months ago
1
feat: add support for index expression, loop, while and for loops
#43
scrabsha
closed
6 months ago
0
feat: add support for tuple expressions and grouped expressions
#42
scrabsha
closed
6 months ago
0
feat: avoid printing a comically large amount of tokens on error
#41
scrabsha
closed
6 months ago
1
feat: add support for unqualified path expressions
#40
scrabsha
closed
6 months ago
1
feat: allow || operator in grammar_gen conditions
#39
scrabsha
closed
6 months ago
0
test: check that generated.rs is up to date in the CI
#38
scrabsha
closed
7 months ago
0
fix: make rust-grammar-dpdfa's quote private
#37
scrabsha
closed
7 months ago
0
refactor: replace the state machine with the generated parser machinery
#36
scrabsha
closed
7 months ago
0
Next