Updated readme and some cleaning

This commit is contained in:
Claudio Maggioni 2018-12-15 21:59:46 +01:00
parent 3cb6fac4c0
commit fb3dbed6a0
8 changed files with 7 additions and 12 deletions

View File

@ -1,4 +1,4 @@
![DrBrainf-ck](./logo.png)
![DrBrainf-ck](./imgs/logo_small.png)
# DrBrainf\*ck
@ -22,16 +22,11 @@ More documentation of this command is avaliable using the `-h` flag.
- Editor supports basic syntax highlighting;
- Batch input through `,` supported through GUI.
## Bugs
## Documentation
- No validation or user-friendly error handling.
Please find more documentation in the file `README.pdf`.
## Feedback
## Changes from proposal
### Add documentation about the language for someone that doesn't know it. How does it work? What are the instructions? What do they do? Example programs?
WIP
### In your "running" section explain how to run the interpreter without the GUI.
Done with `cli.rkt`.
Please find the document regarding changes from the original proposal in the
file `changes.pdf`.

View File

@ -1,6 +1,6 @@
#!/bin/sh
ln -s gui.rkt DrBrainf-ck.rkt
raco exe --ico logo.ico --icns logo.icns --gui DrBrainf-ck.rkt
raco exe --ico imgs/logo.ico --icns imgs/logo.icns --gui DrBrainf-ck.rkt
rm DrBrainf-ck.rkt

View File

Before

Width:  |  Height:  |  Size: 361 KiB

After

Width:  |  Height:  |  Size: 361 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

BIN
imgs/logo_small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB