-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping version, including scm-slang (#1703)
- Loading branch information
1 parent
f74c38f
commit 9bf8bcb
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule scm-slang
updated
12 files
+1 −1 | .prettierrc | |
+2 −2 | jest.config.js | |
+1 −1 | src/index.ts | |
+4 −4 | src/stdlib/__tests__/core-math.ts | |
+1 −1 | src/stdlib/core-math.ts | |
+1 −1 | src/transpiler/lexer/lexer-error.ts | |
+1 −1 | src/transpiler/lexer/scheme-lexer.ts | |
+14 −14 | src/transpiler/parser/__tests__/scheme-parser.ts | |
+2 −2 | src/transpiler/parser/scheme-parser.ts | |
+1 −1 | src/transpiler/types/tokens/token-type.ts | |
+11 −11 | src/transpiler/visitors/transpiler.ts | |
+27 −27 | src/utils/estree-nodes.ts |