index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
ice-9
/
psyntax-pp.scm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-06
Temporarily revert commit 7379049d3 (to make Guile bootstrap)
Mikael Djurfeldt
1
-130
/
+66
2024-11-25
psyntax: simplify free-id=?
Andy Wingo
1
-60
/
+61
2024-11-20
psyntax: Cosmetic change to overriden globals
Andy Wingo
1
-142
/
+159
2024-11-19
psyntax: Clean up sourcev/src namings
Andy Wingo
1
-9
/
+8
2024-11-19
psyntax: Simplify output constructors.
Andy Wingo
1
-83
/
+73
2024-11-19
psyntax: Factor module-variable use to helpers
Andy Wingo
1
-65
/
+131
2024-11-19
psyntax: Remove stale analyze-variable case
Andy Wingo
1
-69
/
+61
2024-11-18
psyntax: Separate core expanders from their installation
Andy Wingo
1
-721
/
+758
2024-11-18
psyntax: Remove pre-3.0 hack about syntax transformer bindings.
Andy Wingo
1
-38
/
+34
2024-11-18
psyntax: Simplify to first-order bindings. NFC
Andy Wingo
1
-80
/
+82
2024-11-18
psyntax: Match when rebuilding macro output
Andy Wingo
1
-80
/
+169
2024-11-18
psyntax: Simplify locally-bound-identifiers
Andy Wingo
1
-78
/
+121
2024-11-18
psyntax: Simplify id-var-name
Andy Wingo
1
-103
/
+201
2024-11-18
psyntax: Fix bug introduced in 029540948367fe522f9a105f403c12
Andy Wingo
1
-59
/
+55
2024-11-15
psyntax: Use new `match' instead of cdadring
Andy Wingo
1
-143
/
+225
2024-11-15
psyntax: Use new `match' instead of cdadring
Andy Wingo
1
-71
/
+124
2024-11-15
psyntax: Add simple pattern matcher
Andy Wingo
1
-38
/
+40
2024-11-15
psyntax: Inline the single use of define-structure
Andy Wingo
1
-49
/
+48
2024-11-14
psyntax: Functional annotation of function names
Andy Wingo
1
-57
/
+51
2024-11-14
psyntax: Clean up use of fx+, etc
Andy Wingo
1
-67
/
+63
2024-11-14
psyntax: Rename top-level-eval, local-eval
Andy Wingo
1
-11
/
+11
2024-11-14
psyntax: Use vectors instead of gensyms for labels, marks
Andy Wingo
1
-53
/
+59
2024-11-14
psyntax: Remove useless gen-label invocations
Andy Wingo
1
-47
/
+45
2024-11-14
psyntax: Clean up lexical gensym creation
Andy Wingo
1
-63
/
+61
2024-02-20
Macro-introduced top-level vars scope to their module even if unbound
Andy Wingo
1
-49
/
+43
2024-02-20
Regenerate psyntax-pp.scm
Andy Wingo
1
-3376
/
+2864
2022-03-07
psyntax: Honor source properties for things other than syntax objects.
Ludovic Courtès
1
-75
/
+80
2022-02-07
psyntax: Pass source vectors to tree-il constructors.
Ludovic Courtès
1
-83
/
+53
2022-02-01
Avoid source properties in psyntax
Andy Wingo
1
-104
/
+121
2022-01-13
Avoid quadratic behavior in id-var-name
Andy Wingo
1
-54
/
+60
2021-04-29
Fix syntax-violation, which was passing vectors instead of alists
Andy Wingo
1
-1
/
+2
2021-03-03
Read-in-scheme replaces boot "read" definition
Andy Wingo
1
-1
/
+1
2021-02-25
Psyntax uses sourcev internally
Andy Wingo
1
-101
/
+154
2021-02-25
Ensure that (syntax ()) results in ()
Andy Wingo
1
-34
/
+39
2021-02-24
Fix module scoping for datum->syntax with no identifier
Andy Wingo
1
-85
/
+87
2021-02-24
Remove top-marked? optimization from psyntax
Andy Wingo
1
-104
/
+95
2021-02-24
Add quote-syntax
Andy Wingo
1
-31
/
+39
2021-02-21
Implement read-syntax
Andy Wingo
1
-4
/
+4
2021-02-21
Document datum->syntax extensions
Andy Wingo
1
-54
/
+55
2021-02-21
Adapt uses of make-syntax to preserve syntax
Andy Wingo
1
-55
/
+72
2021-02-21
psyntax preserves source via syntax objects
Andy Wingo
1
-69
/
+63
2021-02-20
Syntax objects have "source" field
Andy Wingo
1
-3
/
+4
2020-03-07
psyntax: Preserve source location information for top-level references.
Ludovic Courtès
1
-42
/
+45
2020-03-05
psyntax: 'include' no longer rejects relative file names.
Ludovic Courtès
1
-1
/
+1
2020-01-12
Support R7RS define-library
Andy Wingo
1
-42
/
+39
2019-08-25
Allow mixed local definitions and expressions
Andy Wingo
1
-168
/
+195
2019-08-18
Add "mod" field to tree-il toplevel ref, set, define
Andy Wingo
1
-71
/
+82
2019-02-22
Fix race when expanding syntax-parameterize and define-syntax-parameter
Andy Wingo
1
-103
/
+103
2018-01-22
Use make-struct/simple in psyntax
Andy Wingo
1
-22
/
+18
2017-09-22
Merge stable-2.2 into master
Andy Wingo
1
-23
/
+33
[next]