Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.24 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.24 KB

Quickstart Guide

  1. Copy all the contents from this repository.
  2. Open these files using an IDE, like VSCode
  3. Run the windows.py file
    • The text box shown on the left is used to input the code, and then the “Run Code” button can be pressed to execute that code.
    • The text box on the right then outputs the result.

Core Concept

  • Design and Implementation of Programming Languages

URL

Preview of Programming Language Prototype

Sample Test Case for Variable Management Sample Test Case for Print Function Sample Test Case for If-Else Sample Test Case for Errors in Conditional Statements Sample Test Case for Basic Arithmetic