#visual-fa

[ follow ]
CodeProject
5 months ago
Web design

A simple example of scraping a web page using Visual FA

Visual FA is a performance-oriented lexing/tokenizing engine for C#, useful for tasks like web scraping.
It does not have features like backtracking or capturing, making it more efficient for tasks like scraping web content. [ more ]
CodeProject
5 months ago
JavaScript

Visual FA Part 5: Real World Lexing Example w/ JSON

Visual FA is demonstrated by implementing a JSON parser, showcasing simplicity and avoiding unnecessary code. [ more ]
[ Load more ]