Back to Browse

Make YOUR OWN Programming Language - BONUS - Power Operator

39.2K views
Jan 31, 2019
8:15

Hello and welcome to a bonus episode on how to create your VERY OWN programming language in Python. So in the last episode we finished our simple expression interpreter, and in the next episode we will be finally adding variables to the language. However, in this episode we will be adding a power operator the the language, and this involves updating the lexer, the parser and the interpreter. This episode should give you the opportunity to see how much you've learned and try to implement to power operator on your own first, and then compare your code with how I've implemented it. If you have any questions or problems, don't hesitate to leave a comment below! And don't forget to leave a like if you enjoy the video :) LINKS Python3 - https://www.python.org/downloads/ This series is loosely based on https://ruslanspivak.com/lsbasi-part1/ ALL CODE IS ON GITHUB https://github.com/davidcallanan/py-basicinterp Consider supporting me on PATREON https://www.patreon.com/CodePulse Uncle Bob Clean Architecture book: https://read.amazon.co.uk/kp/embed?asin=B075LRM681&preview=newtab&linkCode=kpe&ref_=cm_sw_r_kb_dp_zbbTDb7E1P022&tag=davidcallanan-20 (affiliate link)

Download

1 formats

Video Formats

360pmp412.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Make YOUR OWN Programming Language - BONUS - Power Operator | NatokHD