< Home - < Back

byaccj


Information about the package, byaccj, which is shipped with common Linux distributions. The byaccj package is designed for, Parser Generator with Java Extension.


Package Name:

byaccj

Summary:

Parser Generator with Java Extension

Description:

BYACC/J is an extension of the Berkeley v 1.8 YACC-compatible parser generator. Standard YACC takes a YACC source file, and generates one or more C files from it, which if compiled properly, will produce a LALR-grammar parser. This is useful for expression parsing, interactive command parsing, and file reading. Many megabytes of YACC code have been written over the years. This is the standard YACC tool that is in use every day to produce C/C++ parsers. I have added a "-J" flag which will cause BYACC to generate Java source code, instead. So there finally is a YACC for Java now!

Architecture:

x86_64

Version:

1.14

Release:

5.1.el6

Size:

52 k

Repository:

base

From Repository:

Licence:

Public Domain



Handy Yum Commands for byaccj


Control the byaccj package with the following handy commands outlined below.


Command

Description of Command

yum install byaccj

This command will install byaccj on the server.

yum remove byaccj

This command will un-install byaccj on the server. When you run this command, you will be asked if you are sure that you want to remove byaccj, so you have to manually confirm that you want to do this.

yum -y remove byaccj

This command will un-install byaccj on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove byaccj when using the -y flag.

yum update byaccj

This command will update byaccj to the latest version. When you run this command, you will be asked if you are sure that you want to remove byaccj, so you have to manually confirm that you want to do this.

yum -y update byaccj

This command will update byaccj to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove byaccj when using the -y flag.

yum info byaccj

This command will show you core information about the byaccj package.

yum deplist byaccj

This command will show you the dependencies for byaccj. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update byaccj

This command will check if there is an update waiting on byaccj. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.