issues
search
rotty
/
lexpr-rs
Rust Lisp expression parser and serializer
Apache License 2.0
164
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
lexpr: Symbols may start with any "alphabetic" unicode codepoint
#113
rotty
closed
2 months ago
0
Symbols with leading unicode char are not supported
#112
amkhlv
closed
2 months ago
1
Unbounded stack usage when dropping deep trees
#111
DerickEddington
opened
4 months ago
0
Add custom `Drop` implementation for `Cons`
#110
rotty
closed
4 months ago
0
Revert accidental bump of `lexpr-macros` version
#109
rotty
closed
4 months ago
0
Bump `lexpr-macros` version number
#108
rotty
closed
4 months ago
0
Fix new clippy warnings
#107
rotty
closed
4 months ago
0
Allow parsing numeric-looking symbols
#106
rotty
closed
4 months ago
0
Small fixes
#105
rotty
closed
5 months ago
0
Fix unbounded stack usage when dropping long list values
#104
BobAdamsEE
closed
4 months ago
4
lexpr: Bump `criterion` dev-dependency
#103
rotty
closed
5 months ago
0
Fix clippy warnings
#102
rotty
closed
5 months ago
0
Accept colon-prefixed keywords in `sexp` macro.
#101
rotty
closed
5 months ago
0
Deserialize into `lexpr::Value`
#100
laptou
opened
7 months ago
0
Request colon-prefixed keywords in `sexp` macro
#99
samuel-jimenez
closed
5 months ago
0
Fix issues parsing unicode char literals
#98
rotty
closed
9 months ago
0
serde-lexpr: Add comment notice why `to_value` is "by-value"
#97
rotty
closed
9 months ago
0
Accept colon-prefixed keywords in `sexp` macro.
#96
samuel-jimenez
closed
5 months ago
1
Turn the `sexp` macro into an optional crate feature
#95
rotty
closed
9 months ago
0
Bump Rust edition to "2021"
#94
rotty
closed
9 months ago
0
lexpr: Silence clippy warning
#93
rotty
closed
9 months ago
1
Failing to deserialize "exotic" Unicode characters
#92
easye
closed
9 months ago
1
serde-lexpr: Fix link to `lexpr` code in README
#91
rotty
closed
1 year ago
0
Implement parsing Racket-style #%-prefixed symbols
#90
andrew-pa
closed
1 year ago
1
Broken link in lexpr-serde's README.
#89
vi
closed
1 year ago
1
Prepare for new release
#88
rotty
closed
1 year ago
0
Update TODO and NEWS files
#87
rotty
closed
1 year ago
0
Improvements to the `sexp` macro and its documentation
#86
rotty
closed
1 year ago
0
serde-lexpr: Fix `ConsAccess`
#85
rotty
closed
1 year ago
0
Remove the usage of proc-macro-hack
#84
rotty
closed
1 year ago
0
Fix Github CI deprecation warnings
#83
rotty
closed
1 year ago
0
Bump MRSV, silence clippy
#82
rotty
closed
1 year ago
0
Update dependencies
#81
rotty
closed
1 year ago
0
Evaluating Arithmetics
#80
PabloReszczynski
closed
1 year ago
1
Remove the usage of proc-macro-hack
#79
Erk-
closed
1 year ago
1
Use of proc_macro_hack breaks rust-analyzer
#78
rib
closed
1 year ago
0
Non-default enum tagging broken
#77
sp1ff
opened
3 years ago
2
Missing support for u128 & i128
#76
Kixiron
opened
3 years ago
1
Fix #40
#75
rotty
closed
3 years ago
1
ConsAccess always yields the same value indefinitely
#74
elidupree
closed
1 year ago
2
Add customization of how struct fields (and other things?) are represented?
#73
elidupree
opened
3 years ago
0
tuple enum with struct field missing one layer of ()
#72
elidupree
closed
3 years ago
3
`serde_lexpr::to_value()` takes `T` when `&T` would do
#71
elidupree
closed
9 months ago
1
Parse error when whitespace is omitted
#70
elidupree
closed
3 years ago
3
serde nested struct?
#69
jestarray
closed
3 years ago
1
lexpr: Bump dev-dependencies
#68
rotty
closed
3 years ago
1
Switch CI to github actions
#67
rotty
closed
3 years ago
1
Add test cases for symbol followed by closing bracket
#66
rotty
closed
4 years ago
0
better error messages that return what line and what column the problem is at
#65
jestarray
opened
4 years ago
1
Parsing number edge cases (kicad_pcb flavoured s-exp)
#64
tachiniererin
closed
4 months ago
8
Next