Code Monkey home page Code Monkey logo

flextool's Introduction

##欢迎使用xcgdCreeper写的flex辅助小工具v0.5 ###本工具集成了tcc编译器和flex,可以自动生成.l文件和lex.yy.c并编译

##使用说明

*在in文本框中输入要判断的文法

*点击生成按钮,通过flex生成.l和对应的c源文件

*若显示failed,检查.l文件的语法并点击生成按钮,直到显示success

*若显示success,说明成功生成,点击执行按钮开始分析

*分析结果显示在out文本框中

##文件夹中的内容

*FlexTool.exe:运行本工具

*lex.l:.l文件,通过.l文件的规则,生成c语言源文件

*in.txt:输入符号串(显示在文本框中,无需手动编辑)

*out.txt:输出token表(显示在文本框中,无需手动编辑)

*lex.yy.c,lex.yy.exe:自动生成的文件,若显示failed说明文件没有成功生成,需要检查.l文件的语法

flextool's People

Contributors

xcgdcreeper avatar

Watchers

 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.