Skip to content

Commit a2176b0

Browse files
updated
1 parent 30d4fc1 commit a2176b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An easy, fast, and robust library to parse C/C++ source.
1212
- Most comments are preserved too.
1313
- Developed from scratch and uses back-tracking yacc (BtYacc) to write C++ grammer, that means **no dependency on libclang**.
1414
- The result of parsing is an AST where elements of a file are arranged in a tree.
15-
- Minimum dependency. Only external dependency is a [lexer](https://github.com/westes/flex) which is by default available on unix like platforms and can be easily [get on Windows](http://gnuwin32.sourceforge.net/packages/flex.htm).
15+
- Minimum dependency. Only external dependency is a [lexer](https://github.com/westes/flex) which is by default available on unix like platforms (Linux, Mac, etc.) and [Flex for Windows](http://gnuwin32.sourceforge.net/packages/flex.htm) is bundled with the project so it works out of the box on all Windows platforms too.
1616
- Parsing of multi-file program is supported too.
1717

1818
## Motivation

cppparser/src/README.mdpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An easy, fast, and robust library to parse C/C++ source.
1212
- Most comments are preserved too.
1313
- Developed from scratch and uses back-tracking yacc (BtYacc) to write C++ grammer, that means **no dependency on libclang**.
1414
- The result of parsing is an AST where elements of a file are arranged in a tree.
15-
- Minimum dependency. Only external dependency is a [lexer](https://github.com/westes/flex) which is by default available on unix like platforms and can be easily [get on Windows](http://gnuwin32.sourceforge.net/packages/flex.htm).
15+
- Minimum dependency. Only external dependency is a [lexer](https://github.com/westes/flex) which is by default available on unix like platforms (Linux, Mac, etc.) and [Flex for Windows](http://gnuwin32.sourceforge.net/packages/flex.htm) is bundled with the project so it works out of the box on all Windows platforms too.
1616
- Parsing of multi-file program is supported too.
1717

1818
## Motivation

0 commit comments

Comments
 (0)