Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sotostzam authored Mar 8, 2024
1 parent cef26e0 commit ccbe891
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [LL(1) Compiler](http://tzamaras.com/LL1_Compiler.php) · [![License](https://img.shields.io/github/license/sotostzam/LL1_Compiler.svg)](https://img.shields.io/github/license/sotostzam/LL1_Compiler.svg) [![Release](https://img.shields.io/github/release-pre/sotostzam/LL1_Compiler.svg)](https://img.shields.io/github/release-pre/sotostzam/LL1_Compiler.svg) [![Downloads](https://img.shields.io/github/downloads/sotostzam/LL1_Compiler/total.svg)](https://img.shields.io/github/downloads/sotostzam/LL1_Compiler/total.svg)
# [LL(1) Compiler](http://tzamaras.com/projects/compiler/) · [![License](https://img.shields.io/github/license/sotostzam/LL1_Compiler.svg)](https://img.shields.io/github/license/sotostzam/LL1_Compiler.svg) [![Release](https://img.shields.io/github/release-pre/sotostzam/LL1_Compiler.svg)](https://img.shields.io/github/release-pre/sotostzam/LL1_Compiler.svg) [![Downloads](https://img.shields.io/github/downloads/sotostzam/LL1_Compiler/total.svg)](https://img.shields.io/github/downloads/sotostzam/LL1_Compiler/total.svg)

This is a LL(1) Parser which includes an integrated graphical user interface. Being still a work in progress, in the future it would be a full LL(1) Compiler. This application is intended for computer science students and autodidacts studying compilers or parsers.

## Demo

![Demo](http://tzamaras.com/images/new_gui.png)
![Demo](http://tzamaras.com/assets/projects/compiler/compiler_01.png)

## Table of contents

Expand Down Expand Up @@ -69,9 +69,11 @@ In order to deploy a runnable .jar file follow these steps:

**Sotirios Tzamaras** **·** Development Lead

* [Website](http://tzamaras.com)
* [Github](https://github.com/sotostzam)
* [LinkedIn](https://www.linkedin.com/in/sotiris-tzamaras/)
[![Personal](https://img.shields.io/badge/Website-purple?style=flat&logo=astro&logoColor=white)](http://tzamaras.com)
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/sotiris-tzamaras)
[![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?logo=Facebook&logoColor=white)](https://facebook.com/SotirisTzam)
[![Instagram](https://img.shields.io/badge/Instagram-%23E4405F.svg?logo=Instagram&logoColor=white)](https://instagram.com/sotiristzam)
[![X](https://img.shields.io/badge/X-black.svg?logo=X&logoColor=white)](https://x.com/SotirisTzamaras)

## Contributing

Expand Down

0 comments on commit ccbe891

Please sign in to comment.