Per Bothner
|
8a38b65068
* standard/ImportFromLibrary.java (scanImportSet): Implement
|
9 years ago |
Per Bothner
|
e23a99e535
* Shell.java (run): Call flush after checkErrors. This is needed
|
9 years ago |
Per Bothner
|
660224e3cf
* repl.java (main): Exit with -1 return code if
|
9 years ago |
Per Bothner
|
3819354b65
* standard/location.java (rewriteApply): Add missing null check.
|
9 years ago |
Per Bothner
|
e9d38bd795
* lang/Translator.java (rewrite): Convert literal TRUE and FALSE
|
9 years ago |
Per Bothner
|
14c1fdb130
* standard/location.java (makeLocationProc): More precise return type.
|
9 years ago |
Per Bothner
|
dec1a47f34
* standard/define.java (rewriteForm): Make sure BeginExp bexp2 is
|
9 years ago |
Per Bothner
|
814a6b0d98
* lang/Lambda.java (rewriteFormals): Set IS_REST_PARAMETER and
|
9 years ago |
Per Bothner
|
46d6e33a0c
* standard/let.java (rewrite): Remove unused local variable - which
|
9 years ago |
Per Bothner
|
2de87ee3b5
* standard/IfFeature.java (hasfeature): Also assume "in-servlet"
|
9 years ago |
Per Bothner
|
5098e441af
* ClassExp.java: Add support for a reference from a subclass to a
|
9 years ago |
Per Bothner
|
5e1b667c61
* standard/Scheme.java: Some cleanups in initialization.
|
9 years ago |
Per Bothner
|
8728fe99ea
* standard/ImportFromLibrary.java (handleImport): When searching
|
9 years ago |
Per Bothner
|
9a9ca421ed
* standard/let.java (rewrite): Mark parameter 'tr' as final. Java 8
|
9 years ago |
Per Bothner
|
81a9f7c026
* standard/Scheme.java (r5rsInstance, r6rsInstance, r7rsInstance):
|
9 years ago |
Per Bothner
|
5bf4e38ad8
Implement support for patterns in 'let'.
|
9 years ago |
Per Bothner
|
fb7cce2608
* lang/Translator.java (renamedAliasCount): New helper method.
|
9 years ago |
Per Bothner
|
b086152ead
* lang/Lambda.java: Add support for future pattern-matching
|
9 years ago |
Per Bothner
|
121c286c6e
Implement new --console flag to force use interactive mode, with prompt.
|
10 years ago |
Per Bothner
|
69d19301c6
Add optional pass to translate to Administrative Normal Form.
|
10 years ago |
Per Bothner
|
8dadc07b07
Move receieve to new file in gnu/kawa/slib. Make it define-library compatible.
|
10 years ago |
Per Bothner
|
3e61ee4030
Implement preliminary support for general pattern-matching.
|
10 years ago |
Per Bothner
|
608b92f4f2
Preliminary suport for patterns and the (! ...) declaration syntax.
|
10 years ago |
Per Bothner
|
9aa521dbaf
* standard/define.java (scanForm): Complain about define-private
|
10 years ago |
Per Bothner
|
0a004270da
* standard/ImportFromLibrary.java (handleImport): Avoid undesirable
|
10 years ago |
Per Bothner
|
7ab11c4ef7
* standard/ImportFromLibrary.java (handleImport): Derive current
|
10 years ago |
Per Bothner
|
53ca51da12
* standard/SchemeCompilation.java (applyFunction): Return null
|
10 years ago |
Per Bothner
|
7c0ac55013
* Compilation.java (applyFunction) Moved from Translator.
|
10 years ago |
Per Bothner
|
e8a1bee7d4
* OccurrenceType.java: No longer extends ObjectType, just Type.
|
10 years ago |
Per Bothner
|
64378f2c69
Partial optimization of call-with-value - to "apply-with-values".
|
10 years ago |