From ccbe89199e786236424d4d1df0e2e416e2153905 Mon Sep 17 00:00:00 2001 From: Sotiris Tzamaras <47860455+sotostzam@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:23:09 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37c8339..f095505 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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