This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* License & BackCompat Flag + File Missing Fix * Version Bump!
- Loading branch information
Showing
9 changed files
with
121 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<div align="center"> | ||
|
||
# UFB | ||
|
||
`/UFB/*.class` | `UFB.jar` is the interpreter | compiler merged as one. | ||
|
||
Only one file ending in `.ufbb` | `ufb` will be interpreted | compiled. | ||
|
||
A file will not be compiled | interpreted if there are errors. | ||
|
||
</div> | ||
|
||
--- | ||
|
||
## Usage | ||
|
||
```shell | ||
java -jar UFB.jar [ -flags ] [ file ] | ||
``` | ||
|
||
--- | ||
|
||
## Flags | ||
|
||
- "-p" -> Performance measurement flag -> ms | ||
- "-n" -> Accurately use the "-p" flag -> ns | ||
- "-m" -> Time all commands being run | ||
- "-v" -> Display semantic version tag | ||
- "-h" -> Display help links and sources | ||
- "-c" -> Compile file | ||
|
||
--- | ||
|
||
## Example | ||
|
||
```shell | ||
java UFB -pnv | ||
java UFB -p | ||
java UFB -m | ||
java UFB -nvp | ||
java UFB -pnhv | ||
java UFB -mn | ||
java UFB -c ../test/UFB/Main.ufb | ||
``` |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters