pixel_lang_crystal

Version, currently master branch1 version
  • master branchlatestOct 6, 2020

github.com/sol-vin/pixel_lang_crystal

No description declared in shard.yml.

9 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  pixel_lang_crystal:
    github: sol-vin/pixel_lang_crystal
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
Ian Rash <redcodefinal@gmail.com>
Targets
  • runner from src/pixel_lang_crystal/dev/tools/runner.cr
  • web_app from src/web_app/web_app.cr
  • debugger from src/pixel_lang_crystal/dev/tools/debugger.cr
  • corrector from src/pixel_lang_crystal/dev/tools/corrector.cr
  • translator from src/pixel_lang_crystal/dev/tools/translator.cr

Dependencies

Runtime Dependencies

  • kemal*github: kemalcr/kemal, branch: master
  • celestine*github: redcodefinal/celestine, branch: master
  • stumpy_png*github: l3kn/stumpy_png, branch: master

README

# pixel_lang_crystal

Pixel_lang is a image based programming language written in Crystal. You can read more on the wiki.

## Installation

Add to shard.yml
```
dependencies:
  pixel_lang_crystal:
    github: redcodefinal/pixel_lang_crystal
```

## Usage
```
require 'pixel_lang_crystal'

e = AutoEngine.new("My input string", "./path/to/program.png")
e.run # run engine
puts e.output # print the output
```

## Tutorials
Can be found at http://0x42424242.in/pixellang

## Development

Github

## Contributing

1. Fork it ( https://github.com/redcodefinal/pixel_lang_crystal/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request

## Contributors

- [redcodefinal](https://github.com/redcodefinal) Ian Rash - creator, maintainer