py-myopl-code icon indicating copy to clipboard operation
py-myopl-code copied to clipboard

Interpreter for the BASIC language written in Python 3

Results 31 py-myopl-code issues
Sort by recently updated
recently updated
newest added

please add network request :)

How i can run a example.myopl with this programing launguae?

how do i make it that 5(2+3) works as 5*(2+3) and (2+3)5 as (2+3)*5 so that if a number is directly connected to a parentheses it multiplies with the end...

So I don't understand why but when I started to do some errors it gave me that: Error: ```python Traceback (most recent call last): File "c:\Users\..\Desktop\Real\shell.py", line 6, in if...

Hey there! I need some help with data conversion. I am learning from your youtube videos to build interpreters but what I found in your interpreter after completing it is...

Thanks so much for your tutorial ! I am writing this project in Golang. I think it can be used as a reference for friends who are used to statically-typed...

### *** Bug Fixes *** 1. In make_string method: Newline (\n) and tab (\t) character was not working as expected. Like when typed "I'm fine.\nWhat's about you?", it was printing:...

help "RTError" is not defined Pylance(reportUndefinedVariable)

When I try use the parser it just gives an error saying “Invalid Syntax: Expected '->' or NEWLINE File , line 1” ![2B6FAF66-CB79-4EC0-89B1-396F5FA4E7DC](https://user-images.githubusercontent.com/88717385/136295283-ec776876-daab-494e-8092-71acba627f67.jpeg)