byacc-j 1.15-1build2 source package in Ubuntu

Changelog

byacc-j (1.15-1build2) quantal; urgency=low

  * Rebuild for new armel compiler default of ARMv5t.
 -- Colin Watson <email address hidden>   Mon, 01 Oct 2012 16:48:29 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Quantal
Original maintainer:
Ludovic Claude
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe devel
Trusty release main devel

Downloads

File Size SHA-256 Checksum
byacc-j_1.15.orig.tar.gz 52.4 KiB 4d6ba21fa5bc4ec4b1be9eb6e6efbb367eb6df2577fd0eaff60be9c6614f6609
byacc-j_1.15-1build2.diff.gz 4.2 KiB 35642b1dacf3295649ca3755e5848239b66cebdbeb936ad2bfc628a55be4fea0
byacc-j_1.15-1build2.dsc 1.8 KiB eb41285927796db9e21944a379997f1a509a0b1e0b3546f5447f7ece4699b85d

View changes file

Binary packages built by this source

byacc-j: Berkeley YACC parser generator extended to generate Java code

 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!

byacc-j-dbgsym: debug symbols for byacc-j