[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/211: gnu: Add nyacc-boot.
From: |
Jan Nieuwenhuizen |
Subject: |
04/211: gnu: Add nyacc-boot. |
Date: |
Sat, 8 Sep 2018 11:09:15 -0400 (EDT) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 3aafdc45810291b37e664efacb17650e1de1a5d7
Author: Jan Nieuwenhuizen <address@hidden>
Date: Wed Nov 22 14:18:48 2017 +0100
gnu: Add nyacc-boot.
* gnu/packages/mes.scm (nyacc-boot): New variable.
---
gnu/packages/mes.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 5015a94..7752d2e 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -300,6 +300,33 @@ Guile-] Scheme interpreter prototype in C and a
Nyacc-based C compiler in
(home-page "https://gitlab.com/janneke/mes")
(license gpl3+))))
+(define-public nyacc-boot
+ (let ((version "0.82.4")
+ (revision "0")
+ (commit "44241a79da8e5fd85e197dbc7a6e666e7303427c"))
+ (package
+ (name "nyacc")
+ (version (string-append version "-" revision "." (string-take commit 7)))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://gitlab.com/janneke/nyacc"
+ "/repository/archive.tar.gz?ref="
+ commit))
+ (file-name (string-append name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "05accf30kq0g6hpr5568n2yifshrxvq97hq0z004zlrffcw85g7j"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("guile" ,guile-2.2)))
+ (synopsis "LALR(1) Parser Generator in Guile")
+ (description
+ "NYACC is an LALR(1) parser generator implemented in Guile.
+The syntax and nomenclature should be considered not stable. It comes with
+extensive examples, including parsers for the Javascript and C99 languages.")
+ (home-page "https://savannah.nongnu.org/projects/nyacc")
+ (license (list gpl3+ lgpl3+)))))
+
;;;
(define-public nyacc
- 51/211: gnu: %tinycc-seed: Update for mes 0.14., (continued)
- 51/211: gnu: %tinycc-seed: Update for mes 0.14., Jan Nieuwenhuizen, 2018/09/08
- 67/211: Revert "gnu: binutils-boot: Update to 2.30.", Jan Nieuwenhuizen, 2018/09/08
- 46/211: gnu: mes-boot: Update to 0.13., Jan Nieuwenhuizen, 2018/09/08
- 48/211: gnu: tcc-boot: Build with mes-boot., Jan Nieuwenhuizen, 2018/09/08
- 45/211: gnu: %mes-seed: Update for mes 0.13., Jan Nieuwenhuizen, 2018/09/08
- 44/211: gnu: nyacc-boot: Update to new gitlab url scheme., Jan Nieuwenhuizen, 2018/09/08
- 37/211: gnu: %mes-seed: Update for mes-0.12., Jan Nieuwenhuizen, 2018/09/08
- 42/211: gnu: mescc-tools-boot: Remove stage0 dependency., Jan Nieuwenhuizen, 2018/09/08
- 31/211: gnu: Update tcc-boot: mescc char cast truncate bug., Jan Nieuwenhuizen, 2018/09/08
- 27/211: gnu: Update tcc-boot: avoid mescc bug struct foo bar = *baz ()., Jan Nieuwenhuizen, 2018/09/08
- 04/211: gnu: Add nyacc-boot.,
Jan Nieuwenhuizen <=
- 15/211: gnu: tcc-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 13/211: bump mes-seed: mlibc: GNU Gcc support: setjmp, longjmp., Jan Nieuwenhuizen, 2018/09/08
- 24/211: gnu: Update mescc-tools-boot, mes-boot, tcc-boot for blood-elf., Jan Nieuwenhuizen, 2018/09/08
- 19/211: gnu: mes-boot: Use bootstrap Guile and simplify., Jan Nieuwenhuizen, 2018/09/08
- 10/211: bump: mes-tools: add ferror for [m4] configure, Jan Nieuwenhuizen, 2018/09/08
- 09/211: bump tcc-boot: add sysinclude path for [m4] configure., Jan Nieuwenhuizen, 2018/09/08
- 01/211: gnu: Add stage0-boot., Jan Nieuwenhuizen, 2018/09/08
- 72/211: gnu: gcc-boot: Update to 3.0., Jan Nieuwenhuizen, 2018/09/08
- 109/211: REMOVEME: %fake-bootstrap => #t., Jan Nieuwenhuizen, 2018/09/08
- 29/211: gnu: Update tcc-boot: mescc has no unsigned arithmetic., Jan Nieuwenhuizen, 2018/09/08