LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Run your Ubuntu/Debian 64 bit system with the latest stable kernel – 4.12.8!

Posted 08-21-2017 at 03:45 PM by exton (Exton's Blog)

I have compiled yet another Ubuntu/Debian kernel for 64 bit systems. This time kernel 4.12.0-12-exton, equivalent to Kernel.org’s latest stable kernel 4.12.8 released 170816.

What’s new in Linux kernel 4.12?

Install kernel 4.12.0-12-exton in Ubuntu/Debian based distributions
My self-compiled Ubuntu kernels can be used in all types of modern Ubuntu systems, including Mint. They can even be used in Debian Jessie (Debian 8) and Debian Stretch (Debian 9).
...
ExTiX Admin
Views 618 Comments 0 exton is offline
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 1214 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 943 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 931 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 1065 Comments 0 astrogeek is offline

  



All times are GMT -5. The time now is 12:02 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