Introduction

Elyze is a general purpose parser framework written is Rust.

Noa Parser is a collection of building blocks allowing creating various parsers on any kind of data.

This book will explain how to use the parser framework to create your own parsers.

If you want a deep dive into the basics concepts, you can read the concepts chapter.