How a Compiler Works in ~1 minute

preview_player
Показать описание

--
Follow the official Spastic Kangaroo twitter account: @spastickangaroo
Follow Charles on Twitter: @TheNinjaCharlie
Рекомендации по теме
Комментарии
Автор

pretty good for 1 minute. how about a 5 minute version?

timerwin
Автор

i've been browsing YouTube for half an hour trying to find a summary. couldn't find any. this one is excellent

brassattacks
Автор

One of the best super-short explanations of how Compiler works. To remember what I learned long time ago :-)

AntonDanilchenko
Автор

Wow, this is an awesome example. Thanks!

colinkiama
Автор

Thanks for the overview of a compiler.

chantara
Автор

Quite intersting and very simply explained. Thanks for the video!

ImageineClassicWow
Автор

Some of the terms used ("target language", "abstract syntax tree") would only be known by people who already know more than the video teaches. Maybe 5min would be better?

JohnDeHope
Автор

Great and demostrative example. Amazing

blackbomber
Автор

You explained very complex topic in a very easy way and in short video just outstanding thankyou so much sir.

amarjitsharma
Автор

The secret of language compiling, most of the processors are associate with a C++ compiler. Turning any computer language syntax to C++ and compiling it with the available C++ compiler, make it runable on the target system. So the trick is to design a code editor that translate source to create a copy in C++.The [Run] button launch C++ compiler with the C++ copy.

peberdah
Автор

This is cool. Now I need to know how to code each one of these in a lot of detail and then TBGL will become real!

olieayre
Автор

What about edge cases?  Does it have 100% parity? How would you begin to measure that? What was the most time consuming/ complex part of developing the compiler?

crimsonsoccer
Автор

Thank you so much! I made sure to hit that like and subscribe

landonluman
Автор

Amazing for 1 minute, the 5 minute version would be good, though

mykedev
Автор

And who first programmed
the tokens and how?

marekkrakovsky
Автор

Actually.. it's 1:18 instead of 1 minute, but that doesn't matter!! xD

jonaskorte