|
1 | 1 | (define) |
2 | | -(define-syntax) |
3 | 2 | (define-library) |
| 3 | +(define-macro) |
| 4 | +(define-syntax) |
4 | 5 | (define-values) |
| 6 | +(defmacro) |
5 | 7 | (case-lambda) |
6 | 8 | (lambda) |
7 | 9 | (let) |
|
22 | 24 | (quasi-quote) |
23 | 25 | (quote) |
24 | 26 | (syntax-rules) |
| 27 | +(syntax-case) |
| 28 | +(letrec-syntax) |
| 29 | +(let-syntax) |
25 | 30 |
|
26 | 31 | ---------------------------------------------------- |
27 | 32 |
|
28 | 33 | [ |
29 | 34 | ["punctuation", "("], ["keyword", "define"], ["punctuation", ")"], |
30 | | - ["punctuation", "("], ["keyword", "define-syntax"], ["punctuation", ")"], |
31 | 35 | ["punctuation", "("], ["keyword", "define-library"], ["punctuation", ")"], |
| 36 | + ["punctuation", "("], ["keyword", "define-macro"], ["punctuation", ")"], |
| 37 | + ["punctuation", "("], ["keyword", "define-syntax"], ["punctuation", ")"], |
32 | 38 | ["punctuation", "("], ["keyword", "define-values"], ["punctuation", ")"], |
| 39 | + ["punctuation", "("], ["keyword", "defmacro"], ["punctuation", ")"], |
33 | 40 | ["punctuation", "("], ["keyword", "case-lambda"], ["punctuation", ")"], |
34 | 41 | ["punctuation", "("], ["keyword", "lambda"], ["punctuation", ")"], |
35 | 42 | ["punctuation", "("], ["keyword", "let"], ["punctuation", ")"], |
|
49 | 56 | ["punctuation", "("], ["keyword", "set!"], ["punctuation", ")"], |
50 | 57 | ["punctuation", "("], ["keyword", "quasi-quote"], ["punctuation", ")"], |
51 | 58 | ["punctuation", "("], ["keyword", "quote"], ["punctuation", ")"], |
52 | | - ["punctuation", "("], ["keyword", "syntax-rules"], ["punctuation", ")"] |
| 59 | + ["punctuation", "("], ["keyword", "syntax-rules"], ["punctuation", ")"], |
| 60 | + ["punctuation", "("], ["keyword", "syntax-case"], ["punctuation", ")"], |
| 61 | + ["punctuation", "("], ["keyword", "letrec-syntax"], ["punctuation", ")"], |
| 62 | + ["punctuation", "("], ["keyword", "let-syntax"], ["punctuation", ")"] |
53 | 63 | ] |
54 | 64 |
|
55 | 65 | ---------------------------------------------------- |
|
0 commit comments