Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcarreon committed Dec 8, 2021
1 parent e084c52 commit 8a96065
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ Loco features a lexical analyzer, syntax analyzer, and semantic analyzer coded i
Loco aims to able to correctly parse and execute `.lol` files according to specifications. Some sample Lolcode files are included [in the repo](Samples/).

## Usage
---
### Run Hotkeys
* F6: Run program
* F7: Start Debugger
* F8: Run Next Line (only allowed if Debugger is active)

## Features
---
* Syntax Highlighting in the code editor
* Lexeme list which identifies the TokenType of each lexeme
* Symbol Table which displays the current values of variables
Expand All @@ -25,7 +23,6 @@ Loco aims to able to correctly parse and execute `.lol` files according to speci
* Line by line debugger

## Building
---
Prerequisites are [Java][5] and [Maven][6].
1. Get the source by cloning the repo:

Expand All @@ -37,14 +34,13 @@ Prerequisites are [Java][5] and [Maven][6].
4. Use Maven to build and run using the following command:

`mvn clean javafx:run`
5. (Optional) `.jar` file can be generated by the following command:
5. (Optional) A `.jar` file can be generated by the use of the following command:

`mvn clean package`

The `.jar` file will be located inside the `target` folder

## Credits
---
* [RichTextFx][7] for the code editor
* [Flowless][8] for scrollbars in the code editor

Expand Down

0 comments on commit 8a96065

Please sign in to comment.