Files
vb6-parser/README.md
Federico Aponte 15320a8f46 First commit
2022-01-16 01:14:05 +01:00

518 B

vb6_parser

A parsing engine for Microsoft's Visual Basic 6 programming language.

Introduction

This is a parser for the Visual Basic 6 programming language, implemented using the Boost Spirit x3 library.

https://github.com/fedapo/experiments.git

Building

Usage

History

Acknowledgements

  • Boost Spirit X3
  • GTest
  • CMake
  • GCC
  • Clang
  • MSYS2
  • Vcpkg
  • The C++ Committee