Code Monkey home page Code Monkey logo

lex-build's Introduction

!!!NOTE!!! This project has moved to:
https://github.com/vladcc/shawk/tree/main/shawk/awk/lex-build



lex-build - a tokenizer generator

Generates human readable lexers. Has a front end and back ends for different
target languages. The lexers generated in C tend to be either faster than or
comparable to flex. Details in readme_lex-c.txt.

How to run:
$ awk -f lex_lib.awk -f lex-first.awk src.txt | awk -f lex_lib.awk -f lex-c.awk

assuming the lexer descriptions is in src.txt. Try lex-build/input.txt instead
of src.txt for a demo.

Generated source short examples:
lex-build/tests/c/lex*
lex-build/tests/awk/*

Generated source longer examples:
lex-build/c-vs-flex/lex*
lex-build/c-vs-flex/awk/*

Run unit tests:
bash tests/run-tests.sh

Run verbose unit tests:
bash tests/run-tests.sh x

Run performance tests:
$ cd c-vs-flex/ && make -B all
$ cd c-vs-flex/ && make -B awk

More info:
lex-build/readme_lex-first.txt - general framework, syntax, and front end doc
lex-build/readme_lex-c.txt     - the C back end documentation
lex-build/readme_lex-awk.txt   - the awk back end documentation
lex-build/readme_proj.txt      - the project structure

lex-build's People

Contributors

vladcc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.