PitScript

PitScript Used AI

3 devlogs
10h 19m
•  Ship certified
Created by Shaunak Bajaj

Making a programming language that uses F1 lingo as its syntax. I have made this for the Twist-YSWS event in Hack Club.
This coding language supports variables, operators, user-defined functions and has error handling. It only supports integer data type since speed is a number 🏎️🏎️🏎️. It also has one list whose maximum length is 20 since there are 20 drivers. Each element of the list can be referenced by pointers p1 to p20. The language is case insensitive.

Timeline

Ship 1

0 payouts of shell 0 shells

Shaunak Bajaj

about 1 month ago

Shaunak Bajaj Covers 3 devlogs and 10h 19m

Created a webapp with flask background where I have added a live playground to use the language

Update attachment

Finished almost everything, added-
- user defined functions
- error handling using try except blocks
- created docs for the language
-and did a lot of testing

Will now work on a website with a compiler

Update attachment

Added variables, arithmetic, a list and a print command to my PitScript!!
Used error control to raise error whenever something is not right. Did some testing too.

User needs to start the code using its lights out and away we go and end it using retire the car

Update attachment