Your work gets more and more interesting and beautiful! My son votes for "CodeTode" and I vote for "TodeSpawn" for a name.
@Magnogen3 жыл бұрын
2:48 I'm curious, how far did you get with the language to create more languages?
@TodePond3 жыл бұрын
I'm on my second version! It's called MotherTode, and I use it in quite a lot of my projects now. l2wilson94.gitbook.io/mothertode
@Magnogen3 жыл бұрын
@@TodePond ooo looks like it has promise! It reminds me of other lexers and things, I'll have to look into it further. How flexible is it?
@TodePond3 жыл бұрын
@@Magnogen It's quite flexible, and you can embed JavaScript for anything that it can't do. My main goal was to have something that can lex+parse+emit all in one go, because I was frustrated by having to write them separately. Note: it's still very buggy though, and I left the error logging in an absolute mess!
Жыл бұрын
@@TodePond how to make a simple language that can make simple langs
@shey_clone Жыл бұрын
This channel in incredibly underrated, should explode in popularity sooner or later. I discovered this channel today
@lbgstzockt84937 ай бұрын
And here I was, thinking you were gonna use LLVM as the backend. How naive of me.
@sporadicgamer73424 жыл бұрын
Omg this looks so dang cool. Brilliant idea to get others on board quickly with less difficulty! I may have to check this out
@freakfreak7862 жыл бұрын
i thought this was a joke but you actually did it lol
@TodePond2 жыл бұрын
I did!
@Extner4 Жыл бұрын
Language name recommendation: BaseToad because it's the base for other projects or BasicTode(as a nod to the one of the first languages BASIC)
@ultrio3252 жыл бұрын
TodeTode. It's Tode, but Tode.
@TodePond2 жыл бұрын
That would be a good idea! Since making this video, I've called the language MotherTode (because it has become the ancestor of all the other languages). And TodeTode has become this: kzbin.info/www/bejne/g6PVkoehbpKmhqM
@ultrio3252 жыл бұрын
@@TodePond I see. I'm currently trying to write a parser for a language myself! What you do is very impressive!
@TodePond2 жыл бұрын
@@ultrio325 thank you! and good luck :)
@r.pizzamonkey737911 ай бұрын
See the cool part is that many people have already made languages for making languages, so it may actually be easier to make the language (or at least the parser) in something like Racket or BNF.