This website requires JavaScript.
Explore
Help
Sign In
talexander
/
organic
Watch
1
Star
0
Fork
0
You've already forked organic
Code
Issues
Pull Requests
Releases
Activity
organic
/
src
/
compare
/
mod.rs
6 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Implement a very basic first stab at lisp parser.
2023-04-11 14:50:37 -04:00
mod
error
;
Dump the elisp when running compare.
2023-04-10 14:28:40 -04:00
mod
parse
;
Implement a very basic first stab at lisp parser.
2023-04-11 14:50:37 -04:00
mod
sexp
;
Dump the elisp when running compare.
2023-04-10 14:28:40 -04:00
pub
use
parse
::
emacs_parse_org_document
;
Fix handling of whitespace.
2023-04-11 15:08:46 -04:00
pub
use
sexp
::
sexp
;
Reference in New Issue
Copy Permalink