mirror of
https://github.com/fedapo/vb6-parser.git
synced 2025-12-18 08:54:36 +03:00
First commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# vb6_parser
|
||||
|
||||
A parsing engine for Microsoft's Visual Basic 6 programming language.
|
||||
|
||||
## Introduction
|
||||
|
||||
This is a parser for the [Visual Basic 6](https://en.wikipedia.org/wiki/Visual_Basic) programming language, implemented using the [Boost Spirit x3](https://www.boost.org/doc/libs/develop/libs/spirit/doc/x3/html/index.html) library.
|
||||
|
||||
https://github.com/fedapo/experiments.git
|
||||
|
||||
## Building
|
||||
|
||||
## Usage
|
||||
|
||||
## History
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- Boost Spirit X3
|
||||
- GTest
|
||||
- CMake
|
||||
- GCC
|
||||
- Clang
|
||||
- MSYS2
|
||||
- Vcpkg
|
||||
- The C++ Committee
|
||||
Reference in New Issue
Block a user