From 4f4dbeda23b20b23f372cdf241e33570563decc8 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Thu, 24 Sep 2020 14:54:50 +0300 Subject: [PATCH] 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***