-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace webpack with vite based tooling (#72)
* Restructure project to minimally run with Vite * refactor(parser): rewrite parsers, add deparsing functionality (#69) * cleanup * rewrite content integrator with ts-parsec * cleanup * [WIP] new code parser * [WIP] new code parser fixes * Removed old code parser * Implemented parsing jumps and fixes * Added deparsing and fixed code representation * comments * fixed code error message position * working code errors tests * fixed download buttons i18n * WIP vliw parser refactor * small fixes * VLIW parser fix: allow \n at the end of file * check bounds on content integration * show better the vliw parsers error in the interface * fix tests * clenup and fixes * Fix typo in error message for invalid instruction format * fix: resolve i18next translation files with vite --------- Co-authored-by: endes0 <[email protected]>
- Loading branch information
Showing
30 changed files
with
7,187 additions
and
25,355 deletions.
There are no files selected for viewing
File renamed without changes.
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
yarnPath: .yarn/releases/yarn-4.0.1.cjs |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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.