Skip to content

Pull requests: clojure-emacs/parseclj

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add support for tagged elements in Lexer
#2 by volrath was merged Jul 7, 2017 Loading… updated Jul 7, 2017
Parse to AST and use printers to go from AST to specific targets
#1 by volrath was merged Jul 13, 2017 Loading… updated Jul 13, 2017
Edn parity
#3 by plexus was merged Jul 15, 2017 Loading… updated Jul 15, 2017
Fix parseclj-ast--reduce-branch for tags.
#10 by volrath was merged Nov 15, 2017 Loading… updated Nov 15, 2017
Add docstrings and follow up on some conventions
#9 by volrath was merged Nov 24, 2017 Loading… updated Nov 24, 2017
Loop reduction over the first 2 elements of the stack
#12 by volrath was merged Dec 7, 2017 Loading… updated Dec 7, 2017
Add support for having single quotes in symbols/keywords
#14 by volrath was merged Jan 1, 2018 Loading… updated Jan 1, 2018
Use EVM to setup Travis CI
#17 by volrath was merged Jan 4, 2018 Loading… updated Jan 4, 2018
Return :lex-error token when there's invalid input in parseclj-lex-next
#16 by volrath was merged Jan 5, 2018 Loading… updated Jan 5, 2018
Doc & style fixes part 2
#18 by volrath was merged Jan 9, 2018 Loading… updated Jan 9, 2018
Update README.md with installation and usage information
#19 by volrath was merged Jan 14, 2018 Loading… updated Jan 14, 2018
Remove parseedn files
#20 by volrath was merged Feb 26, 2018 Loading… updated Feb 26, 2018
Add enough feature to be able to parse clojure.core
#21 by plexus was merged May 27, 2018 Loading… updated May 27, 2018
Add :read-one option
#23 by plexus was merged Jun 2, 2018 Loading… updated Jun 3, 2018
error on unmatched closing paren/brace
#26 by ikappaki was merged Oct 12, 2020 Loading… updated Oct 12, 2020
Add support for shebang and symbolic values
#27 by plexus was merged Sep 22, 2021 Loading… updated Sep 22, 2021
First pass in inlining the necessary bits from a.el
#29 by plexus was merged Sep 27, 2021 Loading… updated Sep 27, 2021
Remove remaining a-list call, move a.el to be test-only
#31 by plexus was merged Sep 27, 2021 Loading… updated Sep 27, 2021
Remove the remaining a.el dependency from non-test code
#32 by dawranliou was merged Sep 27, 2021 Loading… updated Sep 28, 2021
Remove the last remains of a.el, restructure requires
#33 by plexus was merged Sep 29, 2021 Loading… updated Sep 29, 2021
Replace cl-case calls with cond
#34 by plexus was merged Oct 13, 2021 Loading… updated Oct 13, 2021
Add support for big ints
#36 by r0man was merged Feb 6, 2022 Loading… updated Feb 7, 2022
Add support for ratio
#37 by r0man was merged Mar 13, 2022 Loading… updated Mar 13, 2022
add | to the list of valid symbol chars
#39 by ikappaki was merged Mar 28, 2022 Loading… updated Mar 28, 2022
Split EDN and AST handling into their own files
#4 by plexus was merged Jul 21, 2017 Loading… updated Sep 11, 2023
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.