diff options
| author | emmett1 <me@emmett1.my> | 2026-06-23 17:50:11 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-23 17:50:11 +0800 |
| commit | 10dbbb91382c34241f10533c068f867981f10ef0 (patch) | |
| tree | 16f0c9739137c091e7f37ef55cfbfc0db50a28cb /repos/core/byacc/info | |
| parent | ebc42d23e093edea7c95f7f29e99a56bd6fc9288 (diff) | |
| download | alicelinux-10dbbb91382c34241f10533c068f867981f10ef0.tar.gz alicelinux-10dbbb91382c34241f10533c068f867981f10ef0.zip | |
byacc: new added, replacing bison
Diffstat (limited to 'repos/core/byacc/info')
| -rw-r--r-- | repos/core/byacc/info | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/core/byacc/info b/repos/core/byacc/info new file mode 100644 index 00000000..02652444 --- /dev/null +++ b/repos/core/byacc/info @@ -0,0 +1,4 @@ +description: Berkeley Yacc - a LALR(1) parser generator +homepage: https://invisible-island.net/byacc/ +license: Public-Domain +maintainer: Emmett1 <me@emmett1.my> |