From 2b886990483e0b71957c445dd610f13918d7a2fd Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sun, 26 Sep 2021 11:43:51 +0000 Subject: [PATCH] replace flex as default lex --- README.md | 1 - {extra => base}/flex/build.sh | 0 {base => old}/reflex/build.sh | 0 3 files changed, 1 deletion(-) rename {extra => base}/flex/build.sh (100%) rename {base => old}/reflex/build.sh (100%) diff --git a/README.md b/README.md index ea3d7c2..eee51a0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ at build time and for this reason we are working on a stub implementation. |libstdc++ | libc++ | C++ standard library | |libgcc | libunwind | stack unwinding | |libgcc | complier-rt | compiler builtins | -|flex | reflex | POSIX lex | |bison | byacc | POSIX yacc | |coreutils | toybox+busybox | POSIX utilities | |gcc | clang | C++ compiler | diff --git a/extra/flex/build.sh b/base/flex/build.sh similarity index 100% rename from extra/flex/build.sh rename to base/flex/build.sh diff --git a/base/reflex/build.sh b/old/reflex/build.sh similarity index 100% rename from base/reflex/build.sh rename to old/reflex/build.sh