README.markdown in casty-0.3.1 vs README.markdown in casty-0.3.2
- old
+ new
@@ -1,8 +1,10 @@
# CASTY
Casty is a fork of CAST, a C parser and abstract syntax tree for Ruby.
+It does not choke on #-sequences (source map etc.) left in by preprocessor. `#line`-support may be coming, also `C::Preprocessor` has more options.
+
## Example
require 'casty'
source = File.read('file.c')