From d826cdfe349023bda7d982d5a68b47416fc22a41 Mon Sep 17 00:00:00 2001 From: eeiaao Date: Mon, 3 Aug 2020 19:24:24 +0300 Subject: [PATCH 1/2] Add link to PiterJS video (part 1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3efbff..2822798 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ I prepared two talks on PiterJS meetup with explanation about how it was impleme [Slides](https://speakerdeck.com/ovr/staticscript-typescript-compiler-on-top-of-typescript-as-frontend-and-llvm-as-backend-number-1) -(Video)(will be in near feature) +[Video](https://youtu.be/KjJn-J8d1Xc) ***Part 2*** From 4f4dbeda23b20b23f372cdf241e33570563decc8 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 24 Sep 2020 14:54:50 +0300 Subject: [PATCH 2/2] Feature(README): Update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2822798..f7b1977 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ StaticScript is a language on top of TypeScript as frontend and LLVM as backend ### How it was implemented +My talk about How it's working on hight level and about V8/JIT and etc + +[Video](https://www.youtube.com/watch?v=gS9a_NBHdw0) + I prepared two talks on PiterJS meetup with explanation about how it was implemented ***Part 1***