Git Product home page Git Product logo

gizmo-lang's Introduction

FYI

The Gizmo Programming Language Project has moved from this repo to this repo

Gizmo is a fast and user friendly programming language for parsing and manipulating strings.
Gizmo code looks like this:

int add(int a, int b) {
  return a + b;
}
int x = 0;
write(add(x, 6));

See the main website to learn more!

Building Gizmo

Requirements:

  1. A terminal or shell
  2. gcc
  3. make and cmake
  4. llvm

Execute the following commands in your terminal or shell.

git clone https://github.com/ELLDER054/gizmo-lang.git
cd gizmo-lang
mkdir build
cd build
cmake ..
make

You can then put the gizmo file into /usr/local/bin/ to be able to use the gizmo command.

Contributing

Contributing is welcome! Some of the best ways to help are:

  1. Submit a pull request and add a cool new feature
  2. Open an issue or let us know about bugs
  3. Fix parts of the README and website
  4. Make packages for other Gizmo programmers to use
  5. Spread the word
  6. Sponsor us here on github

I Want To Start Learning!

That's the enthusiasm we want to hear!
First, see the installation guide.
Then, go see the documentation or the wiki!

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.