Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn how to build an interpreter for a programming language using Rust in this 32-minute conference talk from The ASF's Rust Track. Discover the fundamental concepts and practical techniques needed to create AIScript, an interpreted language, as speaker Shuang Zhu (ex-Bytedancer and founder of Geddle.com) walks through the implementation process. Explore the architecture of interpreters, understand how to parse and execute code, and gain insights into leveraging Rust's features for language implementation. Master the core components of interpreter design including lexical analysis, parsing, and runtime execution while learning best practices for building robust language tools in Rust.
Syllabus
AIScript - how to write an interpreter language in Rust
Taught by
The ASF