Parsing with Rust - Epic Journey

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ค. 2024
  • 🚀 Join me in the first part of our rust_brain development series as we lay the groundwork for our Brainf*ck interpreter in Rust! 🦀🧠
    In this episode, we'll start by setting up the basic program structure and crafting a simple lexer for the Brainfuck language. 🏗️ Explore the essentials of lexers and get hands-on experience with defining data types necessary for our interpreter to function.
    Discover the world of coding as we take a practical approach to building our interpreter, learning as we go. 🌟 This episode is perfect for beginners looking to understand the fundamentals of language interpretation and data structuring in Rust.
    🔗 GitHub Repository: github.com/jakobwesthoff/rust...
    🔗 Learn More about Rust: www.rust-lang.org/
    #rust #coding #tutorial #brainfuck #lexer
    Subscribe now to follow along on this coding journey and stay tuned for more episodes filled with learning, experimentation, and the joy of programming. 💻✨ Let's dive into the world of Rust and Brainfuck together - it's all about the process, mistakes, and growth in our coding adventure! 🌈🔧
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @norestraint
    @norestraint 2 หลายเดือนก่อน +3

    Great video! Just a quick comment: if possible, switch to a dark theme, it makes the experience a bit better, specially for people watching on low light environments. XD

    • @MrJakob
      @MrJakob  2 หลายเดือนก่อน

      Thanks for the feedback. I got quite some videos still in the queue, which are prepared and ready to be published. For newer ones however I will see, what I can do however. 👍

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

    Anyhow probably doesn’t use the format syntax because that syntax is implemented with a macro, whereas context is a function (and has to be a function because it’s implemented on a type)

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

      That makes a lot of sense. Thanks 👍