60 Commits (ceaea32278bc6eafcc838961309d38ff9959e71d)

Author SHA1 Message Date
Haled Odat 7e6d3c9209 Add `--strict` flag to cli (#2689) 2 years ago
Haled Odat c9ae4dc2e3 Update `README.md` cli options (#2678) 2 years ago
dependabot[bot] 096f65410f Bump rustyline from 10.1.1 to 11.0.0 (#2612) 2 years ago
José Julián Espina 280199b07a API to construct a `NativeFunction` from a native async function (#2542) 2 years ago
Iban Eguia Moraza 3f9f6f0fce Module parsing (#2411) 2 years ago
José Julián Espina c03928309a Cleanup intrinsics and move to realm (#2555) 2 years ago
José Julián Espina 515d28f0a2 Create `Source` to abstract JS code sources (#2579) 2 years ago
José Julián Espina 5ab0aa21cc Implement host hooks and job queues APIs (#2529) 2 years ago
José Julián Espina 81680ff5c4 Pass locale data provider by ref instead of boxing (#2508) 2 years ago
José Julián Espina cc45a827ca Cleanup inline annotations (#2493) 2 years ago
raskad e3d35e9b36 Fix rust 1.66.0 lints (#2486) 2 years ago
Halid Odat a2964e63dd Implement instruction flowgraph generator (#2422) 2 years ago
raskad a5e8111fa2 Restructure lints in multiple crates (#2447) 2 years ago
José Julián Espina b88736a5c9 Extract the parser into a crate (#2409) 2 years ago
José Julián Espina b4da172f91 Extract the ast to a crate (#2402) 2 years ago
José Julián Espina dc9c1cb275 Create new lazy Error type (#2283) 2 years ago
José Julián Espina 959b9f1b6d Split `Node` into `Statement`, `Expression` and `Declaration` (#2319) 2 years ago
Iban Eguia 9998a6787c Upgrade clap to 4.0, add value hints for zsh and fish (#2336) 2 years ago
Iban Eguia f0caa3cde2 Removed some non-needed dependencies (#2246) 2 years ago
udhaykumarbala 861b9a142b check history file exist if not create it (#2245) 2 years ago
Iban Eguia 79ea834f92 Upgraded rustyline & phf (#2193) 2 years ago
raskad 45dd2d416c Remove `strict` flag from `Context` (#2069) 3 years ago
raskad 8b66988574 Move redeclaration errors to parser (#2027) 3 years ago
Magic Panda 5fa16685ec migrated to clap 3 (#1957) 3 years ago
Iban Eguia 4d2772d6a0
Rename "Boa" to boa_engine, moved GC and profiler to their crates (#1844) 3 years ago
Iban Eguia 748465d17b Unwrap removal (#1842) 3 years ago
Iban Eguia 53ef07b1a6 Using the new formatting arguments from Rust 1.58 (#1834) 3 years ago
Iban Eguia 60b7eb8934 General code clean-up and new lint addition (#1809) 3 years ago
Iban Eguia e92cff5920 Interner support in the parser (#1765) 3 years ago
Iban Eguia 48185f393d Lexer string interning (#1758) 3 years ago
Jason Williams dfb3df5bf2
Start removing non-VM path (#1747) 3 years ago
Iban Eguia 7ee3a93fcc
Upgraded dependencies and fixed some clippy warnings/errors (#1228) 4 years ago
João Borges 505a2ddaf6
Style: Respect the new lints from 1.51 (#1194) 4 years ago
Jason Williams 8cdc886b74
VM Trace output fixes #1035 (#1048) 4 years ago
Iban Eguia ba84f526de
Added syntax highlighting for numbers, identifiers and template literals (#1047) 4 years ago
Jevan Chan 880792e422
Read file input in bytes instead of string (#979) 4 years ago
Halid Odat 6eac058406
Code cleanup and inline (#916) 4 years ago
Iban Eguia be5d198b4d
CI workflow improvements (mostly Test262) (#889) 4 years ago
Halid Odat edfafc4e03
Feature `Context` (#656) 4 years ago
Iban Eguia 8fde98afa9
Add ECMAScript test suite (test262) (#567) 4 years ago
Paul Lancaster cb93472b4a
New lexer (#559) 4 years ago
HalidOdat c5b708b2ef
Moved value operations from `Interpreter` to `Value` (#625) 4 years ago
HalidOdat 4474b714b2
Added syntax highlighting for strings (#595) 4 years ago
João Borges 667a820dee
Introduce PropertyKey for field acces, fix #172 (quotes around displayed strings) (#373) 4 years ago
HalidOdat 24a72ea847
Added keyword and operator colors and matching bracket validator to cli (#590) 4 years ago
HalidOdat 795adc519a
Better error formatting and cli color (#586) 4 years ago
Iovoslav Iovchev a933ae8ef3
rustyline for the cli (#492) 4 years ago
HalidOdat ca0eaeadb2
Removed `console`s dependency of `InternalState` (#544) 4 years ago
Iban Eguia 4beadfc9ad
Execution and Node modularization (#392) 5 years ago
Iban Eguia e0e17a8f76
Removed the `serde-ast` feature and the `serde_json` export (#353) 5 years ago