From a38c62314708fe8238bfd37c495636f1d8fe8fe1 Mon Sep 17 00:00:00 2001 From: RedoC Date: Wed, 1 Mar 2023 20:00:56 +0900 Subject: [PATCH 1/4] Welcome 2023 The new year had come, and the new Wopslang comes! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6268550..837e536 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ Special Thanks to @jhhan128 ![Wopslang Logo](https://emoji.slack-edge.com/T01MFM2TJ07/wopsfull/7fe35e7cbecd2d4d.png) -2022, Wops Team +2023, Wops Team From 7992c47ff1a6a657ba8b0d46056c5c57a326e4a4 Mon Sep 17 00:00:00 2001 From: RedoC Date: Sat, 25 Mar 2023 02:42:37 +0900 Subject: [PATCH 2/4] IMPORTANT ANNOUNCEMENT --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 837e536..46dc652 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -> :construction: We're reviewing every logic in the parser due to too many errors +> :mega: **IMPORTANT ANNOUNCEMENT** +> Every Wops teammate is a student, preparing for some exams, entrance tests, and more. Now, most developers are living hard as students, not developers. And it is causing delays in updates. However, this project is still onboard, and we always welcome your contributions! Please stay tuned on Wopslang and be with our team. # :hammer_and_wrench: Working Pseudocode, Wopslang [![CI - Ubuntu OS](https://github.com/Wopslang/Wops/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/Wopslang/Wops/actions/workflows/ubuntu.yml) From 38b1614cf820fdc5056e0b496b66eaf142b3ab7e Mon Sep 17 00:00:00 2001 From: RedoC Date: Sat, 29 Apr 2023 01:25:48 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 46dc652..af45953 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ func Wopslang(contributors) { ``` ### `#LanguageForAlgorithm` `#WorkingPseudo` +_**Wopslang**_ is for every computer scientist who needs a **pseudocode-like**, but **working** programming language. +_**Simple grammar**_ will highlight your logical ideas. _**Fast-runtime**_ will give you immediate feedback to forward. +_Be with our project, using ⭐_ + +*** ## Infomation From e274f56863dcd192141e4abee3e2b78b6ba62053 Mon Sep 17 00:00:00 2001 From: RedoC Date: Sat, 15 Jul 2023 17:01:56 +0900 Subject: [PATCH 4/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af45953..68d95b4 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ ```go func Wopslang(contributors) { int newIdea = 0 - for i in contributors { + for i in contributors $ newIdea += 100 - } + ; return bindAll(newIdea, Whops) } ```