cupscript

CupScript Is A Simple Scripting Language Completely Created Using Python (by Fus3n)

Cupscript Alternatives

Similar projects and alternatives to cupscript based on common topics and language

  • Lark

    35 cupscript VS Lark

    Lark is a parsing toolkit for Python, built with a focus on ergonomics, performance and modularity.

  • Preql

    An interpreted relational query language that compiles to SQL.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • py-myopl-code

    Interpreter for the BASIC language written in Python 3

  • Coconut

    Simple, elegant, Pythonic functional programming.

  • ModiScript

    Acche din aa gaye

  • rickroll-lang

    The Rick Roll programming language is a rickroll based, process oriented, dynamic, strong, esoteric programming language. All of the keywords/statements are from Rick Astley's lyrics. Check our tutorial site, https://rick-lang.github.io/programming-language-explainer/

  • opshin

    A simple pythonic programming language for Smart Contracts on Cardano

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cupscript alternative or higher similarity.

cupscript reviews and mentions

Posts with mentions or reviews of cupscript. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-03.
  • i created a interpreted programing language in python! (now with working link)
    2 projects | /r/Python | 3 Sep 2022
    Oh nice I followed that tutorial and created it from scratch few years back also shared here, its a pretty good tutorial but at that time I was kind of blindly following and didn't understand much but later updated with import statements, implicit variable declarations, and something like python's if __name__ == "__main__" and a File Handler objectit was pretty fun ngl now I am studying programming languages properly and trying to make one,you can check it here https://github.com/Fus3n/cupscripteverything I did in a way it may not be useful but you can look into the code and extend from it, it probably looks exactly the same (btw mine has some bugs)
  • Made a Programing language using python
    1 project | /r/learnprogramming | 29 Nov 2021
    4 projects | /r/Python | 29 Nov 2021
    Lexer or also called a tokenizer is basically the first step of all of it. A lexer class takes in the text/user input (also filename for context to throw errors in my case) and goes through every single character and checks if any of it matches with the character I pass in if statements, if it does then if it is a '+' for example it will append a new token to a list (mine is called tokens) using the Token class you can check that out too a token class takes a Token type and a value so the type is PLUS here and the value is '+' all my types are stored in consts.py and then the tokens get passed to the parser
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic cupscript repo stats
4
24
0.0
over 1 year ago

The primary programming language of cupscript is Python.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com