How to Write a Programming Language
Offered By: ACCU Conference via YouTube
Course Description
Overview
Discover the fundamentals of creating a programming language interpreter in this ACCU 2017 conference talk by Andy Balaam. Learn how to build a simple yet functional language called Cell, implemented in Python. Explore the key components of language design, including lexical analysis, parsing, and evaluation. Walk through the concise codebase of Cell's lexer (40 lines), parser (81 lines), and evaluator (92 lines) to understand the core concepts behind language implementation. Gain insights into detecting symbols and literals, constructing abstract syntax trees, evaluating logic, and developing a standard library of basic functions and structures. Suitable for programmers with no prior experience in language design, this talk assumes basic familiarity with Python or any other programming language.
Syllabus
How to write a programming language - Andy Balaam [ACCU 2017]
Taught by
ACCU Conference
Related Courses
Khronos Sycl Language Framework for C++ Accelerators - Take Advantage of All the MIPSACCU Conference via YouTube Space Invaders - The C++20 Spaceship Operator is Upon Us
ACCU Conference via YouTube Grinding, Farming, and Alliances - Become a Better Programmer by Using Words and Ideas From Casual Gaming
ACCU Conference via YouTube Designing for C++ Concurrency Using Message Passing
ACCU Conference via YouTube Productivity in C++ Game Development - Inside the Mind of an AAA Game Developer
ACCU Conference via YouTube