Reimplementation of quasiquote #1473
No reviewers
Labels
No labels
UX
active development
backlog
blocker
bootstrap
bounty
bug
dependencies
discussion
documentation
duplicate
enhancement
flaky test
help wanted
invalid
javascript
question
release
tendentious
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mighty-gerbils/gerbil!1473
Loading…
Reference in a new issue
No description provided.
Delete branch "quasiquote"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reimplementation of quasiquoteto [WIP] Reimplementation of quasiquoteThe code is from January. I don't remember why it wasn't merged then.
It should work, but I first gotta rebootstrap.
[WIP] Reimplementation of quasiquoteto Reimplementation of quasiquotecouple of very minor comments
@ -65,8 +67,38 @@ package: gerbil/core(if (stx-null? #'rest)[cons: (parse1 #'hd) (parse1 #'tl)][cons: (parse1 #'hd) (parse1 #'(cons* tl . rest))]))((qq-list* x y . r)can you move this after the @list handler?
@ -1137,0 +1114,4 @@;; 1- a top token identifying the context;; 2- a syntax object;; When combining quasiquoted expressions, tokens are used for simplifications.(define (quasiquote-expand-0 e)def is here already no?
cc023cf8e5tof672c5744c