Creating a Lexer & Parser

preview_player
Показать описание
This episode is an initial introduction to lexers and parsers. We'll talk about creating a parser using Antlr with the Kotlin grammar spec.
Рекомендации по теме
Комментарии
Автор

Please continue this series or start a new one on this topic!!! Great stuff.

mrmaniac
Автор

this was real nice to watch on my ultrawide

noodleboi
Автор

This is fantastic content, thank you so much for sharing!

JannisAdmek
Автор

Where's the rest of the series? Is it locked behind a lazy function?

SimGunther
Автор

In Maven and Gradle it's considered a bad practice to generate code under the src folder. Instead a special folder under the "target" one should be used. Maven uses target/generated-source for that. I'm almost sure SBT that you use for Scala has the same approach.

prayer
Автор

Sir your video is amazing! keep up the good work!

andrewdarnall
Автор

A jit compiler that is a blank slate, plugging in tokens and grammar from json files

robinpage
Автор

Can we create a lexer that can understand and compile/parse any english sentence?
We would need a huge dataset or a bunch of predifined end-points to create an answer for a query. I wonder if this is more possible nowadays using AI maybe.

raybbo
Автор

we can use this to create a compiled programming language?

griffinbrooks