Use Lrama LALR parser generator instead of Bison

https://bugs.ruby-lang.org/issues/19637

Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
This commit is contained in:
Yuichiro Kaneko 2023-05-12 18:25:10 +09:00 committed by GitHub
parent d314fe42f9
commit a1b01e7701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2023-05-12 09:25:38 +00:00
Merged: https://github.com/ruby/ruby/pull/7798

Merged-By: yui-knk <spiketeika@gmail.com>
38 changed files with 5749 additions and 30 deletions

View file

@ -1,6 +1,7 @@
# -*- mode: makefile-gmake; indent-tabs-mode: t -*-
reconfig config.status: export MAKE:=$(MAKE)
export BASERUBY:=$(BASERUBY)
override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
override mflags := $(filter-out -j%,$(MFLAGS))
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)