Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · main
uncommon-lisp
Browse files
Oct 01, 2023
Update semantic rules
· 788f1e47
John Lång
authored
Oct 01, 2023
788f1e47
Add remark about set and side-effects
· ef6c236c
John Lång
authored
Oct 01, 2023
ef6c236c
Clarify the roles of stack and heap
· 1643cef1
John Lång
authored
Oct 01, 2023
1643cef1
Clarify list syntax
· 30079ee2
John Lång
authored
Oct 01, 2023
30079ee2
Aug 07, 2023
Fix else rule
· e89f87f4
John Lång
authored
Aug 07, 2023
e89f87f4
Add rules for do statements
· e22a1ef5
John Lång
authored
Aug 07, 2023
e22a1ef5
Add TODO item
· 72143570
John Lång
authored
Aug 07, 2023
72143570
Fix a pair of brackets
· e1062bc7
John Lång
authored
Aug 07, 2023
e1062bc7
Give find a precedence over lookup
· 391dc5ee
John Lång
authored
Aug 07, 2023
391dc5ee
Remove a TODO item that has been done
· 6e623540
John Lång
authored
Aug 07, 2023
6e623540
Corrections to lookup and find rules
· a0957aca
John Lång
authored
Aug 07, 2023
a0957aca
Use the new heap and stack machinery in semantic rules
· 4b080a24
John Lång
authored
Aug 07, 2023
4b080a24
Update the context discussion
· 683b04c8
John Lång
authored
Aug 07, 2023
683b04c8
Introduce maps and stacks
· 29fbc870
John Lång
authored
Aug 07, 2023
29fbc870
Add literals and improve semantics
· f1f6d71e
John Lång
authored
Aug 07, 2023
f1f6d71e
Jun 18, 2023
Misc
· b8815a7d
John Lång
authored
Jun 18, 2023
b8815a7d
Add set statements and refine evaluation semantics
· 085fd229
John Lång
authored
Jun 18, 2023
085fd229
May 09, 2023
Add rule for cons
· 63b5bb61
John Lång
authored
May 09, 2023
63b5bb61
Add TODO list
· cef027ee
John Lång
authored
May 09, 2023
cef027ee
Redefine normal forms
· 0a99cdd3
John Lång
authored
May 09, 2023
0a99cdd3
Use better definition for halting and error
· 822177f4
John Lång
authored
May 09, 2023
822177f4
Add semantic rules for non-quoted symbols and a new error symbol
· 310256db
John Lång
authored
May 09, 2023
310256db
Remove unnecessary conditions from semantic rules
· bfa09126
John Lång
authored
May 09, 2023
bfa09126
Add macros
· 0de94593
John Lång
authored
May 09, 2023
0de94593
Add evaluation rule for quotes
· f80ba44a
John Lång
authored
May 09, 2023
f80ba44a
Rename the first list production into cons cell production
· 26bd1285
John Lång
authored
May 09, 2023
26bd1285
Use single and double quotes as string delimiters and simplify symbol production
· 4b197434
John Lång
authored
May 09, 2023
4b197434
May 07, 2023
Remove accidentally introduced Clojure notation
· 2e3fe98b
John Lång
authored
May 07, 2023
2e3fe98b
Clarify simultaneous substitution more
· 8dc50943
John Lång
authored
May 07, 2023
8dc50943
Add rules for head and tail
· 5a541775
John Lång
authored
May 07, 2023
5a541775
Improve the definition of a normal form
· 824c6876
John Lång
authored
May 07, 2023
824c6876
Do not allow (p a b) --> a if p has no normal form
· b144cc59
John Lång
authored
May 07, 2023
b144cc59
Make it clear that the first syntax definition is unofficial
· 5cdb5784
John Lång
authored
May 07, 2023
5cdb5784
Start the semantics section
· d2cd35d4
John Lång
authored
May 07, 2023
d2cd35d4
Introduce backquote, splice, etc.
· 0471b818
John Lång
authored
May 07, 2023
0471b818
Add first drafts for syntax
· 50d96070
John Lång
authored
May 07, 2023
50d96070
Update README.md
· b2d947a1
John Lång
authored
May 07, 2023
b2d947a1
Initial commit
· 308df61f
John Lång
authored
May 07, 2023
308df61f
Loading