1 file changed
+1
-1
lines changed- .prettierignore+2
- .prettierrc+24
- jest.config.js+2-2
- package.json+1-7
- src/compile-libs.ts+1-1
- src/index.ts+6-6
- src/stdlib/__tests__/base.ts+18-18
- src/stdlib/__tests__/core-math.ts+10-10
- src/stdlib/base.ts+27-27
- src/stdlib/core-math.ts+62-64
- 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/lexer-error.ts+1-1
- src/transpiler/lexer/scheme-lexer.ts+5-5
- src/transpiler/parser/__tests__/scheme-parser.ts+143-143
- src/transpiler/parser/parser-error.ts+6-6
- src/transpiler/parser/scheme-parser.ts+94-94
- 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-type.ts+1-1
- 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+48-48
- src/utils/estree-nodes.ts+41-41
- src/utils/reverse_parser.ts+1-1
- tsconfig.json+2-2
0 commit comments