LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

A Simple Flex/Bison Project Template

Posted 08-19-2017 at 03:18 AM by astrogeek
Updated 08-19-2017 at 03:46 AM by astrogeek (typos)

For most of the past year I have encouraged others to make use of their LQ blog space as a place to post and manage code for their personal projects and interests which they wish to share with others.

Posting to our LQ blog space allows us to share our code and ideas without the posting constraints that apply within the question oriented fora, and also allows us to update, alter and extend that information over time without corrupting the logical development, or train of thought so...
Moderator
Views 1203 Comments 0 astrogeek is offline
Old

Flex / Bison Project Template README

Posted 08-19-2017 at 03:17 AM by astrogeek

Flex / Bison Project Template README file.

This file provides a description of the source files and of the major features and purpose of the template project.

Code:
Flex/Bison project skeleton template

This set of files consists of:

README - This file

Makefile        Simple makefile for building project files
                Defines multiple targets, see file for details

fbproject.l     Flex scanner
...
Moderator
Views 935 Comments 0 astrogeek is offline
Old

Parser: Simple Bison Template

Posted 08-19-2017 at 03:17 AM by astrogeek

Flex / Bison Project Template, Bison parser source.

Save this source to a file named fbproject.y in the same directory with other project files.

This file defines a Bison parser which along with the Flex lexer source and Makefile will allow you to quickly build a working project template with the essential features required by many projects, as described in the project README file.

Code:
%code top {
/* Flex/Bison Tutorial Skeleton Parser
   Robert
...
Moderator
Views 920 Comments 0 astrogeek is offline
Old

Lexer: Simple Flex Template

Posted 08-19-2017 at 03:16 AM by astrogeek

Flex / Bison Project Template, Flex lexer source file.

Save this source to a file named fbproject.l in the same directory as other project template files.

This file defines a Flex based lexer which along with the Bison parser source and Makefile will allow you to quickly build a working project template with the essential features required by many projects, as described in the project README file.

Code:
%{
/* Flex/Bison tutorial skeleton lexer definitions
...
Moderator
Views 1047 Comments 0 astrogeek is offline
Old

Makefile: For building Flex/Bison template

Posted 08-19-2017 at 03:16 AM by astrogeek

Flex / Bison Project Template, project Makefile.

Save this make source to a file named Makefile in the same directory with lexer and parser source files. The build targets are described in the template project README file.

To build a working parser simply run make in the project directory.

To generate a graph of the parser and display it in an X11 window, run make dotx11.

Code:
#A simple makefile for building Flex / Bison template
...
Moderator
Views 3031 Comments 0 astrogeek is offline

  



All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration