Add link to project page in README
Add Go mod file, gitignore, build file and update readme file
Merge pull request #1 from gitter-badger/gitter-badge
Visit project page on humaidq.ae
The goal of G1M Decompiler is to allow programmers to decode Casio Basic's ".g1m
"
file into a readable text similarly what is shown on the calculator.
This is a one-way converter, and not all symbols are supported by this program (most common symbols are).
The following packages must be installed on your system
You also need a Casio Basic file to decode.
This program is written by Humaid AlQassimi, and is distributed under the MIT license.
$ go get -u git.sr.ht/~humaid/g1mdecompiler
$ go install git.sr.ht/~humaid/g1mdecompiler
The program outputs the decoded program to standard output.
$ g1mdecompiler [file] > [output]