2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .prettierignore+2
- .prettierrc+24
- package.json+9-15
- src/compile-libs.ts+1-1
- src/index.ts+5-5
- src/stdlib/__tests__/base.ts+18-18
- src/stdlib/__tests__/core-math.ts+6-6
- src/stdlib/base.ts+27-27
- src/stdlib/core-math.ts+61-63
- src/stdlib/old/scheme-base.ts+9-9
- src/stdlib/old/scheme-list.ts+13-13
- src/transpiler/index.ts+1-1
- src/transpiler/lexer/scheme-lexer.ts+4-4
- src/transpiler/parser/__tests__/scheme-parser.ts+129-129
- src/transpiler/parser/parser-error.ts+6-6
- src/transpiler/parser/scheme-parser.ts+92-92
- src/transpiler/types/location.ts+2-2
- src/transpiler/types/nodes/scheme-node-types.ts+9-9
- src/transpiler/types/tokens/__tests__/group.ts+1-1
- src/transpiler/types/tokens/group.ts+2-2
- src/transpiler/types/tokens/token.ts+6-6
- src/transpiler/visitors/printer.ts+7-7
- src/transpiler/visitors/redefiner.ts+19-19
- src/transpiler/visitors/simplifier.ts+17-17
- src/transpiler/visitors/transpiler.ts+37-37
- src/utils/estree-nodes.ts+14-14
- src/utils/reverse_parser.ts+1-1
- tsconfig.json+2-2
- yarn.lock+986-605
0 commit comments