Writing a Programming Language (in Rust) 24: Laurel: Continuing a bash script port
Seán Kelleher Seán Kelleher
1.33K subscribers
549 views
9

 Published On Dec 21, 2023

This is episode 24 of the "Writing a Programming Language (in Rust)" livestream series, where I'll be implementing a skeleton C-style programming language from scratch using Rust and LALRPOP.

The source code for the stream is available at https://github.com/eZanmoto/norpl.

0:00:00 Rename type methods for strings
0:05:12 Add string type method for `contains`
0:27:55 Correct recursive behaviour of LALRPOP production
1:15:44 Correct association of comparison operators

show more

Share/Embed