Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
✨ v1.3.0! (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
JumperBot authored Nov 14, 2022
1 parent da015ea commit 210e1af
Show file tree
Hide file tree
Showing 26 changed files with 432 additions and 478 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Try *redesigining* this README!
*Submit* an [issue](https://github.com/JumperBot/Unsafe-4-Bit/issues/new/choose) or *code* it yourself!

---

> Want to help in another way?
***Star*** the repository!

</div>

---
Expand Down
44 changes: 0 additions & 44 deletions README.ufbb

This file was deleted.

8 changes: 7 additions & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ java -jar UFB.jar [ -flags ] [ file ]
- "-m" -> Time all commands being run
- "-v" -> Display semantic version tag
- "-h" -> Display help links and sources
- "-c" -> Compile file
- "-c" -> Compile one of the provided files
- "-l" -> Display license notice (GPL v3)

---

(WARNING: NOT RECOMMENDED!):
- "-b" -> Activate backwards compatibility

---

Expand Down
Binary file modified build/UFB.jar
Binary file not shown.
Binary file modified build/UFB/Optimizer$1.class
Binary file not shown.
Binary file modified build/UFB/Optimizer.class
Binary file not shown.
Binary file modified build/UFB/Runner.class
Binary file not shown.
Binary file modified build/UFB/UFB.class
Binary file not shown.
Binary file modified build/UFB/UFBC$1.class
Binary file not shown.
Binary file modified build/UFB/UFBC.class
Binary file not shown.
5 changes: 4 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ cd UFB
javac -verbose ../../src/UFB/*.java -d .
echo
jar --create --file=../UFB.jar --verbose --main-class=UFB *.class
cd ..
cd ..

# Copy build/README.md to src/README.md
cp README.md ../src/README.md
Loading

0 comments on commit 210e1af

Please sign in to comment.