vb6parse 1.0.1

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! VB6 built-in function parsers organized by category.

pub mod arrays;
pub mod conversion;
pub mod datetime;
pub mod environment;
pub mod file;
pub mod financial;
pub mod graphics;
pub mod interaction;
pub mod logic;
pub mod math;
pub mod objects;
pub mod resources;
pub mod string;
pub mod type_checking;