-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Working on fmt strings * Added some tests and a bytecode dump * Starting work on Date conversion in bindings * Removed some warnings by building the thing correctly * Started some js tests * Have good binding tests * Get top makefile to run wasm tests * working on token loc * Add ast dump util * Converting tokenizer to have loc info * Have some changes in source location * Have some good location things * Working on explain app * Have source locations working well i think * Update python bindings * Working on some wasm bindings * About to revert * Revert "About to revert" This reverts commit 9afd214. * Revert "Working on some wasm bindings" This reverts commit 35bd97a. * Improved wasm binding types * Fix workflow * Working on getting example back up and running * Removed some callbacks from the compiler code * Removed a Large number of callbacks from compiler * Update version and wasm description * Removed pass by ref and Cow for type prop * Changed the signature of CelFunc to not pass refs --------- Co-authored-by: matt <[email protected]>
- Loading branch information
Showing
53 changed files
with
6,622 additions
and
1,713 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
fn main() { | ||
pyo3_build_config::add_extension_module_link_args(); | ||
} |
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
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.