-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable resolver for Python (#1671)
* Enabled resolver and updated pylib tests * Update python parser test * Replace is_number with is_int and is_float in specs * Change order of names in title page * bumping version * updating to latest py-slang and scm-slang * bumping again --------- Co-authored-by: henz <[email protected]>
- Loading branch information
1 parent
4449127
commit ecd5955
Showing
9 changed files
with
77 additions
and
64 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
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
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
5 files
+1 −0 | jest.config.js | |
+105 −0 | src/stdlib/__tests__/base.ts | |
+296 −0 | src/stdlib/base.ts | |
+395 −12 | src/stdlib/core-math.ts | |
+67 −67 | src/transpiler/__tests__/__snapshots__/schemeParse.ts.snap |
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
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
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
Oops, something went wrong.