inline fxops in psyntax
[bpt/guile.git] / module / ice-9 / psyntax-pp.scm
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-08 Andy Wingounquote and unquote-splicing can split multiple expressions
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2010-11-16 Andy Wingosyntax-violation uses lambda*, throws a structured...
2010-10-08 Andy Wingomore inlining in psyntax
2010-09-10 Andy Wingoregenerate psyntax-pp.scm
2010-08-17 Andy Wingoupdate comments in psyntax.scm
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-06-21 Andy Wingorelax restriction on _ in literals
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-21 Andy Wingofreshly regenerate psyntax-pp
2010-06-19 Andy Wingoset! name (lambda ...) names the lambda
2010-06-19 Andy Wingoadd support for variable transformers: settable identif...
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompile-psyntax "optimizes" psyntax-pp
2010-06-17 Andy Wingointernal definitions expand out to letrec* instead...
2010-06-17 Andy Wingopsyntax, primitive expander, and memoizer support for...
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-11 Andy Wingofix lexical call naming bug
2010-06-06 Andy Wingoadd syntax-source accessor
2010-06-06 Andy Wingosimplify macro representation in the wake of module...
2010-06-06 Andy Wingofix module-hygiene corner case by relying more on synta...
2010-06-05 Andy Wingosource location propagation fixes in psyntax
2010-06-02 Andy Wingofix procedure naming
2010-05-20 Andy Wingolambda* usage in psyntax.scm
2010-05-20 Andy Wingoremove *mode* fluid from psyntax
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingopsyntax produces "expanded" structures directly
2010-05-19 Andy Wingoexpanded type constructors in psyntax
2010-05-13 Andy Wingopsyntax builds case-lambda expressions
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-05-06 Andy Wingopsyntax no longer attempts to track (current-module)
2010-05-06 Andy Wingo@@ generalized to arbitrary expressions.
2010-05-06 Andy Wingochange form of @ and @@ psyntax handlers
2010-05-06 Andy Wingoadd `expand' eval-when situation
2010-05-03 Andy Wingoonly ensure local vars for definitions during expansion...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-29 Andy Wingometadata for syntax-rules, identifier-syntax, and defin...
2010-03-25 Andy Wingovectors of pairs in docstring position are metadata
2010-03-25 Andy Wingopsyntax supports multiple docstrings, merging lambda...
2010-03-20 Ludovic CourtèsMake `include' tail-recursive.
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-03 Andy Wingopsyntax expander tracks changes to current module in...
2010-02-19 Andy Wingore-expand psyntax-pp
2010-02-18 Andy Wingopsyntax support for with-fluids
2010-01-11 Andy Wingoallow (define* SYM VAL)
2010-01-05 Andy Wingoclean up macros.[ch]
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-20 Andy Wingopsyntax's labels and marks now unique over a read/write...
2009-12-11 Andreas Rottmannadd partial support for tail patterns in syntax-rules...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingoexpand out named let to letrec in the eval case
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-14 Andy Wingoadd include-from-path
2009-11-07 Ludovic CourtèsFix typos in `psyntax'.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Andy Wingoimplement #:predicate
2009-10-25 Andy Wingocase-lambda, case-lambda* in psyntax
2009-10-25 Andy Wingorefactor psyntax.scm's treatment of lambda and lambda*
2009-10-24 Andy Wingodefine* in psyntax
2009-10-23 Andy Wingolambda* in psyntax
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-19 Julian GrahamFix typo in psyntax.scm related to syntax-violation...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-13 Ludovic CourtèsAllow redefinitions in compiled code as in `(define...
2009-07-31 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-24 Andy Wingofix gensym creation in psyntax
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-20 Andy Wingofix source information lossage for (define (foo) ....
2009-06-20 Andy Wingosource information for the interpreter
2009-06-08 Andy Wingopretty-print psyntax-pp.scm
2009-06-07 Andy Wingofix bootstrapping after last night's psyntax patch
2009-06-06 Andy Wingofix incorrect inlining of + when + is locally redefined
2009-06-05 Andy Wingosupport ((@ ...) ...) where the car is a macro
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-22 Andy Wingosource location tracking in psyntax, booya!
2009-05-22 Andy Wingoremove annotations in psyntax in favor of guile's sourc...
2009-05-22 Andy Wingofix problem naming internal definitions
2009-05-22 Andy Wingoresidualize names into procedures. re-implement srfi...
2009-05-21 Andy Wingosome work on syntax.test
2009-05-21 Andy Wingocatch syntax errors in unquote and unquote-splicing
2009-05-20 Andy Wingofix failing macro-as-parameter tests in eval.test
2009-05-20 Andy Wingoa few fixups
2009-05-20 Andy Wingoand, or, cond etc use syntax-rules, compile scheme...
2009-05-17 Andy Wingodefine `delay' in terms of make-promise
2009-05-17 Andy Wingoactually pass original ids on to tree-il data types
next