Commit graph

539 commits

Author SHA1 Message Date
dependabot[bot]
0465ebcc9d Bump elliptic from 6.4.0 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 14:27:35 +01:00
dependabot[bot]
29bd1383bd Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30 14:27:28 +01:00
dependabot[bot]
fd82817b53 Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 08:30:08 +01:00
dependabot[bot]
c11da48155 Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 20:29:43 +02:00
Remko Tronçon
3dd6aa11f1 Add .S implementation 2020-06-01 16:22:22 +02:00
dependabot[bot]
d5d3a647d3 Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 05:01:56 +02:00
dependabot[bot]
2144e835d0 Bump acorn from 6.1.1 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 09:54:44 +01:00
Remko Tronçon
b79a0f015d Add test for MIN/MAX 2020-01-16 19:03:48 +01:00
Remko Tronçon
9553e59227 Upgrade webpack 2020-01-04 20:04:35 +01:00
Remko Tronçon
45fc29550a README tweak 2020-01-04 19:57:07 +01:00
Remko Tronçon
5d2a92abcf Readability 2019-11-12 13:41:50 +01:00
Remko Tronçon
6d91c15610 Get rid of preprocessor need 2019-11-11 11:40:52 +01:00
Remko Tronçon
6f3609f364 Prettify 2019-11-11 10:35:34 +01:00
Remko Tronçon
74420aa86a Clean up word names 2019-11-09 21:36:28 +01:00
Remko Tronçon
2077651bc7 Move README around 2019-11-09 21:13:55 +01:00
Remko Tronçon
c53a8bec64 Fix build 2019-11-09 20:54:22 +01:00
Remko Tronçon
face95106d Support bulk memory operations 2019-11-09 20:42:34 +01:00
Remko Tronçon
61db4bcbcb Add WIP file 2019-11-09 20:42:34 +01:00
Remko Tronçon
5f779eeeff Some simplification 2019-11-09 19:49:34 +01:00
Remko Tronçon
a8fa217933 Switch to dot notation for instructions 2019-11-09 19:28:59 +01:00
Remko Tronçon
24ed2a3013 Tweak README 2019-11-08 22:50:31 +01:00
Remko Tronçon
b2cd69847b Some cleanup 2019-11-08 22:42:11 +01:00
Remko Tronçon
eecbca693f Prettify constants 2019-11-08 22:42:11 +01:00
Remko Tronçon
9c99a927be Replace assembler with preprocessor 2019-11-08 22:42:11 +01:00
Remko Tronçon
46cbda1f6a Remove prelude 2019-11-08 16:19:47 +01:00
Remko Tronçon
eaf52649f9 Implement U. natively 2019-11-08 16:16:13 +01:00
Remko Tronçon
29a8f5c518 Implement . natively 2019-11-08 16:10:19 +01:00
Remko Tronçon
7202762f0f Implement VALUE natively 2019-11-08 15:20:10 +01:00
Remko Tronçon
2446f28f91 Implement VALUE natively 2019-11-08 15:18:47 +01:00
Remko Tronçon
0a3debbd87 Implement UWIDTH natively 2019-11-08 15:13:58 +01:00
Remko Tronçon
f0127b4691 Implement CONSTANT natively 2019-11-08 15:00:35 +01:00
Remko Tronçon
9cfd1100dd Add helper to create dictionary entry 2019-11-08 14:17:53 +01:00
Remko Tronçon
fa5bf0558a Remove more macros 2019-11-08 10:39:49 +01:00
Remko Tronçon
3395713abf Bring back some constants 2019-11-08 09:56:26 +01:00
Remko Tronçon
c20c93d516 Make some prelude functions native 2019-11-08 09:21:50 +01:00
Remko Tronçon
8391028855 Remove macro for table elements 2019-11-07 21:59:26 +01:00
Remko Tronçon
2e236860a1 Remove dictionary macros 2019-11-07 21:32:11 +01:00
Remko Tronçon
62f295d536 Reordering 2019-11-07 21:09:55 +01:00
Remko Tronçon
fd3a69cb93 Hard-code string offsets 2019-11-07 20:21:16 +01:00
Remko Tronçon
3b2dff086e Fix some vulnerable dependencies 2019-10-06 18:10:28 +02:00
Remko Tronçon
01a50f9fc0 travis: Bump Ubuntu version 2019-10-06 18:06:07 +02:00
Remko Tronçon
f5e17cf94f Bump lodash version 2019-07-12 16:11:45 +02:00
Remko Tronçon
a18c05b410 Bump js-yaml version 2019-07-12 16:10:28 +02:00
Remko Tronçon
c8dfcb25a8 Bump mocha dependency 2019-07-12 16:07:38 +02:00
Remko Tronçon
8ba84ab5ff Update jQuery dependency 2019-05-31 19:16:24 +02:00
Remko Tronçon
5e3ec31aae Enable output tests 2019-03-15 13:14:19 +01:00
Remko Tronçon
a6e8d28219 Fix POSTPONE 2019-03-14 20:28:01 +01:00
Remko Tronçon
621d77d622 Use 1 byte for counted string length 2019-03-14 18:10:08 +01:00
Remko Tronçon
c15e5549e8 Fix EVALUATE 2019-03-14 17:15:34 +01:00
Remko Tronçon
ac2517248c Implement WORD 2019-03-14 15:35:02 +01:00