needle

package module
v0.0.0-...-c72f791 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

README

The Needle Language

Go Reference License Go Report Card

Needle is a statically typed programming language for developing smart contracts to power the IBAX blockchain. It is designed to be a platform-agnostic language to enable common libraries with execution smart contracts on the blockchain.

This repository contains the Needle compiler, virtual machines, grammar and more. then developers want to quickly write smart contracts for IBAX blockchain, it should be written in Needle.

Usage Example

Here is a simple Needle smart contract example:

contract Hello {
    func hello() string {
        return "Hello, Needle!"
    }
}

API Documentation

You can find the complete API documentation here.

ANTLR Grammar

We are using grammar files. Link to the grammar files can be found here.

Contribution

We welcome everyone's contribution to Needle. If you want to contribute to Needle, you can submit a pull request or propose your suggestions in the issue area.

License

Needle is licensed under the GNU General Public License v3.0. For more information, please refer to the LICENSE file.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
ast

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL