graphene

command module
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

Contributors Forks Stargazers Issues MIT License


Logo

Graphene

A lightweight staticly typed language
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. Getting Started
  2. Usage
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

Getting Started

Prerequisites

  • golang 1.18 or later
  • git

Installation

  1. clone the repo
    $ go install github.com/graphenelang/graphene@latest
  1. make sure ~/go/bin is in your $PATH variable

(back to top)

Usage

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

(back to top)

Contact

Devin Rockwell - zimlit2010@gmail.com

Project Link: https://github.com/zimlit/graphene

(back to top)

Documentation

Overview

Graphene compiles graphene programms

Usage:

graphene [flags]
graphene [command]

Available Commands:

build       Builds the directory passed in [path] as a graphene project
completion  Generate the autocompletion script for the specified shell
help        Help about any command

Flags:

-h, --help   help for graphene

Directories

Path Synopsis
Package ast contains types and functions for working with graphene ast's
Package ast contains types and functions for working with graphene ast's
Package lexer provides types and functions for lexing graphene code
Package lexer provides types and functions for lexing graphene code
Package parser provides types and functions for parsing graphene
Package parser provides types and functions for parsing graphene
Package resolver proVides tool for resolving variable and function declarations
Package resolver proVides tool for resolving variable and function declarations
Package token implements types for working with graphene tokens
Package token implements types for working with graphene tokens

Jump to

Keyboard shortcuts

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