Iban Eguia
71340e6bec
Fixed a bunch of Clippy issues ( #59 )
...
* Fixed a bunch of Clippy issues
* Fixed bug with numbers
* Added clippy checks in the CI
5 years ago
Callum Ward
1c69da1dfa
Implement Array.prototype: concat(), push(), pop() and join() ( #52 )
...
* First draft of Array prototype object
* First draft of Array prototype object
* Update to working Array object
* Remove unneeded HashMap import
* Fix indexing by removing private internal HashMap
* Fix formatting issues with cargo fmt
* Implement Array.prototype.concat()
* Implement Array.prototype.concat()
* Cargo format fix
* Implement push, pop and join
* Add documenation links to new methods
5 years ago
Atul Bhosale
bf9b78954a
Use 'dyn' since trait objects without an explicit 'dyn' are deprecated ( #53 )
5 years ago
Iban Eguia
14672dd340
Parser tests ( #42 )
...
* First parser tests
* Added more parser tests
* Fixed formatting issue
* Added bitwise operators, removed debugging statement
5 years ago
Callum Ward
1455ef0dc6
Implement bare Array object with prototype field ( #51 )
...
* First draft of Array prototype object
* First draft of Array prototype object
* Update to working Array object
* Remove unneeded HashMap import
* Fix indexing by removing private internal HashMap
* Fix formatting issues with cargo fmt
5 years ago
Jason Williams
0eeb76f3da
Update README.md
...
Adding communication
5 years ago
Jason Williams
26ba6a673d
Update CONTRIBUTING.md
...
Adding Discord server link
5 years ago
Jason Williams
d07068aa0a
Update README.md
5 years ago
Jason Williams
efd183d0c9
Update README.md
...
Remove JIT
5 years ago
Jason Williams
ace1588a94
add fmt check in travis fixes #43 ( #44 )
...
* testing travis
* add tests back in
5 years ago
Jason Williams
b8c7e935b6
Update CONTRIBUTING.md
...
Adding debugging help
5 years ago
Callum Ward
28774ff973
Add abilityto specify a file to read from ( #41 )
5 years ago
Jason Williams
6d7aadd2f3
adding Contributing guide
5 years ago
Jason Williams
2cc4c6fafb
next is already sitting at correct token, no need to advance. Fixes #38
5 years ago
Jason Williams
8bc9aaa8e6
updating wasm build to reflect v1.2.1
5 years ago
Jason Williams
c8d1f93dc6
updating version
5 years ago
Atul Bhosale
313fe0a390
Change all r#try! to ? ( #37 )
5 years ago
Callum Ward
fda8571e52
concat(), repeat(), slice() and all "searchString" based String prototype methods ( #13 ) ( #31 )
...
* New concat() and repeat() String prototype implementations
Created new implementations for the JS String prototype which are added
in the string.rs file. Currently not tested.
* Add additional implementation of slice()
* Fix typo which mixed up start and end of slice
* Simplify slice() implementation
* Implementation of String.prototype.startsWith()
* Add implementation of endsWith()
* Implementation of String.prototype.includes()
* Implementation of String.prototype.{indexOf, lastIndexOf}()
* Fix merge conflict missing closing brace
5 years ago
Lennart Buit
5cfa527729
Add trim/trimStart/trimEnd to string prototype ( #30 )
5 years ago
Damian Senn
2b334a21d1
Allow numbers without decimal digits to be followed by a dot ( #27 )
5 years ago
Damian Senn
3aa4d4091b
Fix some cases in value is_true() ( #28 )
5 years ago
Jason Williams
46b57f5890
milestone reached
5 years ago
Jason Williams
8fdc8262e0
updating dist
5 years ago
Jason Williams
61ab26e5b0
all punctuator symbols supported and tested
5 years ago
Jason Williams
1e81a7a379
adding this.next()
5 years ago
Jason Williams
383057c7aa
alphabetical ordering of punctuation, all keywords added, support for spread operator, new tests for punctuation (WIP)
5 years ago
Jason Williams
fa0d47c213
package updates
5 years ago
Jason Williams
7177a3fc5d
changing preview_next() to return Option and next_is to bool ( #26 )
5 years ago
Jason Williams
811ffe5d7d
all number types tested ( #24 )
5 years ago
Jason Williams
1db2690287
make wasm-bindgen an optional feature, but installed by default ( #22 )
5 years ago
Jason Williams
2632ef3bce
changes
6 years ago
Jason Williams
dac2414b24
changes
6 years ago
Jason Williams
8522e967d6
changes
6 years ago
Jason Williams
8047b82f9f
changes
6 years ago
Jason Williams
457e7dbd7a
iphone
6 years ago
Jason Williams
9315456118
adding viewport meta tag
6 years ago
Jason Williams
81e1c44f39
iphone
6 years ago
Jason Williams
8287726825
updating layout
6 years ago
Jason Williams
42fa06b0d8
updates
6 years ago
Jason Williams
9338983c1d
moving demo
6 years ago
Jason Williams
135db5ef9a
removing criterion
6 years ago
Jason Williams
6f05976e2d
better readme updates
6 years ago
Jason Williams
a746a40fe0
adding boa for url
6 years ago
Jason Williams
920e8ff69e
updatyes
6 years ago
Jason Williams
23771a6b3b
test
6 years ago
Jason Williams
9003186948
webpack updates
6 years ago
Jason Williams
d6412243f7
adding dist
6 years ago
Jason Williams
a6f341aeda
bump version
6 years ago
Jason Williams
5faef8bc22
better unicode escape support fixes #16 ( #20 )
...
* better unicode escape support fixes #16
* adding benchmarking, updating deps and added test for numbers
6 years ago
Jason Williams
c2e05536cc
Update README.md
...
Contributing guide
6 years ago