首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 一个建设步骤21文件分析器工具

一个建设步骤21文件分析器工具

资 源 简 介

A tool for building STEP Part 21 file parsers. This is potentially useful to a lot of people using STEP, although it is probably only good for Part 21 files based on ARM-type EXPRESS schemas and requires some expertise in writing EBNF files. From the README: OVERVIEW This sebnf2pars directory contains a tool for automatically generating C++ classes and a parser for STEP Part 21 files. The directory also contains one example of applying the tool. The tool, named sebnf2pars, reads an annotated EBNF file, expected to be prepared by the tool user. The tool writes: 1. a C++ header file defining classes. 1. a C++ code file implementing the classes further. 1. a YACC file defining a parser for STEP Part 21 files. 1. a Lex file for the lexical scanner needed by the YACC file. No license is required to use the software. The software is all in standard C++, so it may be compiled and run on any computer for which a standard C++ compile

文 件 列 表

sebnf2pars
generator
README
ebnf
parsers
VIP VIP
0.171379s