项目作者: abdulmlik

项目描述 :
The following is a C++ implementation of a lexical analyzer for token
高级语言: C++
项目地址: git://github.com/abdulmlik/simple-lexical-scanner.git
创建时间: 2018-03-05T23:01:39Z
项目社区:https://github.com/abdulmlik/simple-lexical-scanner

开源协议:BSD 2-Clause "Simplified" License

下载


simple-lexical-scanner

The following is a C++ implementation of a lexical analyzer for token, including a main driver function for testing purposes

Token Lexeme

IDENT result

ASSIGN_OP =

IDENT oldsum

SUB_OP -

IDENT value

DIV_OP /

INT_LIT 100

SEMICOLON ;

How to run

==============

  1. Install software

2.download program

  1. Build
  • Open “Editor code.cbp” with codeblocks.
  • Compile.

===========

This project is a homework

For reference use only.

License

This project is licensed under BSD-2-Clause.