What Is An Abstract Syntax Tree, With WealthFront Engineer Spencer Miskoviak

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 พ.ค. 2023
  • Spencer Miskoviak explains the ins and outs of abstract syntax trees. An abstract syntax tree is a tree data structure that provides a compiler with a tree-based representation of source code. Generalizing the constructs and rules of source code with abstract syntax trees gives tools the ability to easily perform tasks like static code analysis and code transformations.
    Spencer also teaches
    ewline's course, Practical Abstract Syntax Trees:
    www.newline.co/courses/practi...
    Spencer is an engineer at WealthFront, the leading automated investing services firm with over $20 billion in assets under management (AUM). Spencer is a recognized expert on ASTs and JavaScript. He presented on ASTs at React Conf in 2019, showing advanced ways to optimize a JavaScript codebase.
    Get instant access to all of newline's e-books, guides and courses, including complete code, with
    ewline PRO. Click here to subscribe 👉
    www.newline.co/pricing
    Also, download our free "30 Days Of React" book here to advance your knowledge of React.js and JavaScript:
    www.newline.co/fullstack-reac...
    Prefer to learn #Vue instead? Get our free course here, "30 Days Of Vue":
    www.newline.co/courses/thirty...
    _____
    Connect with
    ewline online
    Visit
    ewline's Website: www.newline.co/
    Access
    ewline's Free Tutorials: www.newline.co/latest
    Join
    ewline's Discord Community: / discord
    Find
    ewline on Facebook: / newlinedotco
    Follow
    ewline on Twitter: / fullstackio
    Follow
    ewline on Instagram: / newlinedotco
    #newline #React #typescript #JavaScript #Redux
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 7

  • @mordecaivelasco7412
    @mordecaivelasco7412 8 หลายเดือนก่อน +15

    What's up with the jump scare at 05:26? anyways nice explanation. :>

    • @inspte1096
      @inspte1096 7 หลายเดือนก่อน +3

      lol right.

  • @about2mount
    @about2mount 3 หลายเดือนก่อน +1

    Trees and Nodes honestly do not exists. They are only Imaginary scholarly taught schematics as a study to teach new programmers how to perform Logic of a programs syntax while developing a parser Engine.
    A syntax is Parsed from Left To Right within a Loop which moves from Top to Bottom thousands to millions of times per second. And as its being parsed, global, string and static variables are set for counting, for storing buffered short expression patterns and to store specific data into struct arrays for further processing.
    And we called this........."Logical Routines". You have a good presentation, a passion and are determined. Stay with it. Thanks.

  • @BeRohan5
    @BeRohan5 ปีที่แล้ว +4

    Good simple straightforward explaintion.
    I would love to watch a detailed video about the same. It would be just great if you can turn it into a 10 part series.
    Thanks for the video and please keep the great work coming :)

    • @newlinedotco
      @newlinedotco  ปีที่แล้ว +1

      Awesome! More to come soon. You might enjoy the full course too! You can check it out here, www.newline.co/courses/practical-abstract-syntax-trees.

  • @darraghconnaughton5095
    @darraghconnaughton5095 4 หลายเดือนก่อน

    Excellent video, feel I have a much better grasp of AST now. Thank you.

    • @newlinedotco
      @newlinedotco  4 หลายเดือนก่อน

      Great to hear!