Geoffrey Copin
Geoffrey Copin's Blog

Geoffrey Copin's Blog

Follow
Series

Building a JSON validator with Sylver


Articles in this series

Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of code

Aug 10, 20228 min read

Sylver is a language agnostic platform for building custom source code analyzers (think eslint for every language). This might be a lot to unpack, so...

Building a JSON validator with Sylver - Part1/3 : Writing a JSON parser in 49 lines of code
Building a JSON validator with Sylver - Part2/3 : Intuitive JSON AST queries
Building a JSON validator with Sylver - Part3/3 : From queries to analyzer