Ok I tried Tree-sitter! Here is what I think about it...

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 124

  • @remrevo3944
    @remrevo3944 Рік тому +68

    There is also the query API for treesitter, which makes it much easier to deal with treesitter as it provides easy pattern matching. You might want to consider using that to find the declarations.

  • @xhivo97
    @xhivo97 Рік тому +68

    those are language bindings thats why c not listed

  • @Tawre007
    @Tawre007 Рік тому +56

    It's written in C, so under heading "Language bindings" you will not find it, right? AKA C Programmers trolling C Programmers 😁

  • @____r72
    @____r72 Рік тому +5

    I do web dev stuff and just started learning the c family, it’s just so satisfying watching someone acquire gorilla grip on a forrest filled with unknowns and burning qs. So neat knowing what happens when I use the little :TS* commands from neovim , and all the lights magically turn on

    • @____r72
      @____r72 Рік тому

      the brain is fascinating fr

  • @HitMan99299
    @HitMan99299 Рік тому +16

    Treesitter is following the naming and node structure based on the grammar rules defined in the C standard (which is pretty archaic). Node type of 'declaration' in that case would also include all variable declarations (globals in a header) but that wont matter if you're parsing a header file alone, except maybe in the case of something like an stb header that has definitions and local variables also as part of the the header file

  • @labsendeyshent
    @labsendeyshent Рік тому +18

    > не трясите мой триситтер
    ~ Zozin, 2023

  • @mehdiboujid8761
    @mehdiboujid8761 Рік тому +10

    I would like to see an emacs showcase it s really nice seeing you navigate and edit that fast

  • @monsieuralexandergulbu3678
    @monsieuralexandergulbu3678 Рік тому +11

    55:07 the obly language tsoding doesn't hate is non-existing one 😂

  • @jamesnewman9547
    @jamesnewman9547 Рік тому +4

    Really loved seeing both you and prime both diving into tree-sitter! I've used it for a bit of custom linting, and also loved how easy it was to use and even modify/write the grammar.
    I used rust bindings btw ;)

  • @monsieuralexandergulbu3678
    @monsieuralexandergulbu3678 Рік тому +20

    1:01:29 ladies and gentlemen, I am sorry to announce, but tsoding died of ligma

    • @bebre_2288
      @bebre_2288 Рік тому

      Omg, that is hilarious

    • @ForAeonz
      @ForAeonz 7 місяців тому

      who is steve jobs

    • @andrewa471
      @andrewa471 2 місяці тому

      i feel really dumb, what was so funny there?

    • @meiramshunshalin6915
      @meiramshunshalin6915 Місяць тому +1

      ​@@andrewa471don't worry, you are not stupid, you just don't know russian

  • @thecodealchemist7095
    @thecodealchemist7095 Рік тому +4

    "People don't appreciate simplicity" - that sooo reall across many aspect of life 🤣

  • @ecosta
    @ecosta Рік тому +9

    What I love about Tsoding streams is how I don't feel alone and crazy when I realise how programming in 2023 is weird AF. Yes, life could be much simpler without those over-hyped languages/libraries with hundreds of layers of leaky abstractions and vendor locking. I loved how JAI "just worked" with GDB at 47:47 and I wish Java could do the same (since that's the language that is paying my bills).

    • @sharathkumark9692
      @sharathkumark9692 Рік тому

      Why? I heard java has debugger

    • @ecosta
      @ecosta Рік тому +3

      @@sharathkumark9692 Only IDEs can debug decently on Java. JDB and JPDA are just gimmicks. Since I don't use IDEs, then I can only rely on good old "print debugging".

    • @sharathkumark9692
      @sharathkumark9692 Рік тому

      @@ecosta Really? I thought it would be like gdb. Is python debugger like that or actually usable

    • @ecosta
      @ecosta Рік тому

      ​@@sharathkumark9692 To be honest, I never debugged Python. I imagine it might be decent because Python is more console-friendly than Java.

    • @guguludugulu
      @guguludugulu Місяць тому

      ​@@sharathkumark9692I debug Python with debugpy and nvim-dap(-ui) and it's awesome. ipdb is cool, too

  • @26xBenny
    @26xBenny Рік тому +2

    This is an incredible resource, wonderful, thank you so much, !

  • @templatepack
    @templatepack Рік тому +9

    i unironically wrote my graduation thesis with tree sitter and stack graph, now i have Vietnam-style memories

  • @seventhtenth
    @seventhtenth 5 місяців тому

    BASED😂 i am not a bot I just find half-thoughts to have comedic value

  • @shubhampawar7921
    @shubhampawar7921 Рік тому +36

    Cannot wait for Jai to be public.

    • @named4957
      @named4957 Рік тому +2

      Are there any infos on when this will happen?

    • @wondays654
      @wondays654 Рік тому

      Is it better than rust 🤔

    • @binitrupakheti4246
      @binitrupakheti4246 Рік тому

      Wait for 5 years

    • @Xotchkass
      @Xotchkass Рік тому

      @@wondays654 Anything is better than rust

    • @jesusmgw
      @jesusmgw Рік тому +3

      Probably just after the game it is being used for is released.

  • @chromosundrift
    @chromosundrift Рік тому +7

    about flashbang sites, the "dark reader" extension is pretty effective at detecting and correcting sites stuck in sunglasses-mode

  • @flleaf
    @flleaf Рік тому

    finished watching the vid. loved it when he sit all over the trees. truely a moment

  • @flleaf
    @flleaf Рік тому +8

    you shouldn't be ashamed of simplicity! you shouldn't be ashamed of not having hash maps in the language you use!

    • @xhivo97
      @xhivo97 Рік тому +1

      Both are true.

  • @drdca8263
    @drdca8263 Рік тому +2

    I think “fine” is also a reasonable term in addition to “granular”,
    I guess “fine-grained” combines both?

  • @cathalogrady2331
    @cathalogrady2331 Рік тому +2

    i think they didn't list C as the C is not 'binding' as that is what the library is written in

  • @berndeckenfels
    @berndeckenfels Рік тому

    Tree sitter is hyped because neovim and maybe the LSP craze. (Btw look at TS plus Telescope as a generic coocle)

  • @0netom
    @0netom Рік тому +6

    if u just look at the C language grammar.js u should be able to see what are all the possible combinations u might want to handle.
    and then IF u update the grammar.js version, then u can just see if any of those definition you relied on has changed or not.

  • @Heater-v1.0.0
    @Heater-v1.0.0 Рік тому +11

    I don't get the "Rust and it's consequences thing". Having used C and C++ on and off since 1983, among a pile of other languages, most of the Rust I write is in the style of C. Maybe the Rust folks would look down on me for not creating "idiomatic Rust" but I don't care, it does what I want and it catches a lot of my stupid mistakes, all is well.

    • @dealloc
      @dealloc Рік тому +6

      Write Rust however you want. That's why it's powerful. You don't need to use impl at all (except if you want to utilize traits). Of course if you build a public API, it's better to be more idiomatic, but for your own things it doesn't matter.
      Additionally the non-C part would also be having global variables. Alternatively you just pass some struct(s) around by mut ref where needed. If you need thread safety, you can always wrap them in Arc or Mutex.

    • @Heater-v1.0.0
      @Heater-v1.0.0 Рік тому +5

      @@dealloc My take on it is that in C, C++ and other such languages it is easy to accidentally write code that will misbehave in unexpected ways. So it's wise to write code in the way that has evolved over time among other users of the language. That is to say be "idiomatic" in your use of the language. That way people immediately recognise what you are doing at is I likely to be OK. Anything "weird" looking will raise suspicions.
      But Rust won't let you make the vast parity of those mistakes, unless you go out of your way with "unsafe". Therefore I feel there is no need to be "idiomatic" in Rust. The compiler will not let you be "weird". Anything you write that actually compiles is "idiomatic" Rust as far as I'm concerned. Including my C style Rust.
      I was never much into global variables in C. So I'm not missing the ease of doing that when writing Rust.

    • @monsieuralexandergulbu3678
      @monsieuralexandergulbu3678 Рік тому

      Industrial revolution and it's consequences: rust

  • @flleaf
    @flleaf Рік тому +4

    i've just fixed bug i was trying to fix for a while with this video in background :)

  • @drdca8263
    @drdca8263 Рік тому +3

    Laughed pretty loudly at the fortnight joke

  • @okabe999
    @okabe999 Рік тому +4

    I like this man's hair

    • @flleaf
      @flleaf Рік тому +4

      i also like that it's probably because he doesn't want to pay for hair cut lol

  • @priyakdey7891
    @priyakdey7891 8 місяців тому

    @Tsoding wanted to understand the difference of binding and porting? Are they same or are they different?
    From the English name, what I would understand is, binding a c lib from jai, end of the day the c code gets executed. When we say port, we literally implement the c code in jai.
    Is that right ?
    Thank you .

  • @cariyaputta
    @cariyaputta 4 місяці тому

    The screen is so bright I got flashbanged.

  • @djin81
    @djin81 Рік тому +4

    It _is_ C, why would it need bindings to C?

  • @meneereenhoorn
    @meneereenhoorn Рік тому

    Great session, thanks! :D

  • @MyShakeweight
    @MyShakeweight Рік тому +15

    Poggy coding man’s uploaded

    • @liamkearn
      @liamkearn Рік тому

      Poggy coding man is crazy 😂 legend.

  • @batlin
    @batlin Рік тому

    Did not know about make -B. Nice.

  • @stokedfool
    @stokedfool Рік тому

    [33:36] - realization that tree-sitter is a _pretty decent_ parser generator.

  • @JohnKouts
    @JohnKouts 11 місяців тому

    Man I love your channel

  • @Rssks
    @Rssks Рік тому

    @2:55 this joke was like 100/100 truth :D

  • @TECHN01200
    @TECHN01200 Рік тому +3

    Honestly, I have a bone to pick with Treesitter's C parser. I might just try to re-implement it in C from the get go and fix the stupid bug that makes it impossible to work on large macros.

    • @mjkpolo7313
      @mjkpolo7313 Рік тому +2

      I know nothing of the implementation, but macros never highlight in my source files in neovim and I believe it uses treesitter... really frustrating

  • @seventhtenth
    @seventhtenth 5 місяців тому

    this is the tree-sitter video of all time

  • @squ34ky
    @squ34ky 10 місяців тому

    19:38 did I hear that correctly...?

  • @miko007
    @miko007 Рік тому +1

    so, in the comments of the last video, someone was arguing with me against using regex because of the preprocessor.
    since you are now using an external preprocessor anyways, you could easily parse your function declarations with a regular expression, couldnt you?

  • @contempt2012
    @contempt2012 Рік тому

    How come noone mentioned package.json being there with `build` script? 🤭 I suppose Tsoding hates javascript that much to never had anything to do with it but seeing package.json almost always means there's a build or run script in there, just like you can assume Makefile expects you to run `make`.

  • @rmntim
    @rmntim Рік тому

    new mic pog?

  • @Klayperson
    @Klayperson Рік тому

    7.1 GiB is rookie numbers, i got you by almost an order of magnitude my guy

    • @Klayperson
      @Klayperson Рік тому

      actually i found a second folder that is almost just as large, so i've got you by over 16x

  • @pynimp
    @pynimp 8 місяців тому

    we nyeed it 😂, i love your accent bro 🙌🇷🇺

  • @johnhammer8668
    @johnhammer8668 Рік тому

    39:20 How did you duplicate the line in emacs?

    • @TsodingDaily
      @TsodingDaily  Рік тому

      github.com/rexim/dotfiles/blob/25f8ddc6717e56f110e812fd0cec2f1a1dc9d8be/.emacs.rc/misc-rc.el#L120-L132

  • @justcat3
    @justcat3 Рік тому +4

    parser c raylib pp
    kek

  • @eliseulucenabarros3920
    @eliseulucenabarros3920 Рік тому

    YEAH, THEY DO NOT DOCUMENT, THEY HAVE SHAME

  • @antonsimkin
    @antonsimkin Рік тому

    Удается ли тебе пользоваться Чат ГПТ из России?

    • @TsodingDaily
      @TsodingDaily  Рік тому

      Я его пару раз поюзал через прокси. Прикольно было поначалу. А потом он мне надоел, лол.

  • @leandrotraldiperussi9108
    @leandrotraldiperussi9108 Рік тому

    beatbox god

  • @jordixboy
    @jordixboy Рік тому

    are you using emacs or vim?

  • @turun_ambartanen
    @turun_ambartanen Рік тому +1

    Obviously no one will writing bindings from C for C. Because you don't need bindings for that, you have access to everything already.
    It's like looking at a list of places you visit from denmark in a day and complaining that it doesn't list denmark. Yes, you can get to denkmark within a day if you are already in denmark, lol

  • @replikvltyoutube3727
    @replikvltyoutube3727 Рік тому

    What is Jai beta, and why isn't it exposed to public?

    • @drdca8263
      @drdca8263 Рік тому +4

      Jon (John? I don’t remember how he spells it. The guy behind “The Witness”) iirc doesn’t want to lose full control of the development until it is done, and feels that making it publicly available before it is done will quickly invite forks and such, which, if there are still major changes he wants to make, may cause substantial incompatibility and community fragmentation ,
      and so he is waiting until it is done to fully release it.

    • @replikvltyoutube3727
      @replikvltyoutube3727 Рік тому

      @@drdca8263 thx

    • @LeonKarpinski-s6h
      @LeonKarpinski-s6h Рік тому

      @@drdca8263 He doesn't release it because he's still traumatized by The Looker

  • @roger58469
    @roger58469 4 місяці тому

    missed opportunity to call it tree-shitter

  • @michaelmueller9635
    @michaelmueller9635 Рік тому +1

    1:51:15 xD

  • @wiiznokes2237
    @wiiznokes2237 Рік тому +3

    I'm not agree with what you said in Rust. You could code simple things with just fn. And the build system is super simple so it must be why it was so simple to rebuild it why debug symbol.

  • @Lklibertad
    @Lklibertad Рік тому

    video ql largo xD

  • @stintaa
    @stintaa Рік тому +3

    first lol anw LEYSSSS GOOO

  • @LowQualityGodotTutorials
    @LowQualityGodotTutorials 20 днів тому

    пасаси

  • @GeorgeTsiros
    @GeorgeTsiros 2 місяці тому

    if the ast used in the editor is _not_ the one generated by the actual build tools used, this whole treeshitter thing is a novelty at best, dangerous at worst.

  • @SlinkyD
    @SlinkyD Рік тому

    comment5

  • @deadmarshal
    @deadmarshal Рік тому +4

    Rust is a joke

    • @sinamobasheri
      @sinamobasheri Рік тому

      Your mom was serious

    • @vaisakh_km
      @vaisakh_km Рік тому

      But it rust is used in all platform kernals....
      windows, mac, linux, android(which is also linux) and i guess ios also... which is on par with popularity of C....
      :) so you have a weird definition of joke...

    • @sinamobasheri
      @sinamobasheri Рік тому

      @@vaisakh_km PLEASE give reference that rust is heavily used in these oses you mention..

  • @thecodealchemist7095
    @thecodealchemist7095 Рік тому

    Can you share your discord server?

  • @arthurmiller9518
    @arthurmiller9518 8 місяців тому

    Pr0n folder: 7.1 Gig 🙂😁.

  • @antonpodkur3520
    @antonpodkur3520 11 місяців тому +1

    Пасаси

  • @starshipx1282
    @starshipx1282 Рік тому +2

    how do i join your discord

    • @remrevo3944
      @remrevo3944 Рік тому +3

      There is a discord invite link in the about section of his twitch channel.
      (I would link it here, but youtube comments and links don't really work well together.)

    • @starshipx1282
      @starshipx1282 Рік тому

      @@remrevo3944Thanks. Found it.

  • @zamnnnnnn
    @zamnnnnnn Рік тому +1

    parser.c...