Git Product home page Git Product logo

quickscript's Introduction

quickScript

A programming language made in Java.

Background

I originally thought of making this so I could make a unique scripting system for Minecraft clients (such as LiquidBounce, Astolfo, Rise, etc). I decided to follow through on the idea, and here we are.

As of writing this, there is almost nothing. I first made a basic print system and math, but I want to make a lot more in the future.

Basic info + what to find

Files end in .qs

Classes begin with class:classname

Methods begin with method:methodname (when they are finished)

To call a method from another class, you will do classname:methodname(arguments)

Example of what I hope this to look like:

class:helloWorld {

  method:sayHello() {
    ba:print('Hello,world!')
  }
  
  this:sayHello()
  
}

The above script would, as one might guess, print Hello, world!

Currently, built-in functions would begin with ba: for basic. An example would be ba:print().

There is no documentation yet, as there is almost no language yet. If you would like an example, you can check the test.qs file.

Current features

  • Printing to console
  • Basic math (only one operation at the moment)

TODO:

  • Methods
  • Classes
  • Variables
  • Object-orientation (maybe)

Contributing

If you would like to contribute, please open a PR. I would appreciate if you were to contact me before doing so, so I can approve it and push any of my local changes.

Known Bugs

Too many to list, at the moment. If you find a bug or a possible bug, open an issue and I will resolve it.

quickscript's People

Contributors

chaarlottte avatar

Forkers

squidboy7 itscola

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.