Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 252 Bytes

File metadata and controls

15 lines (10 loc) · 252 Bytes

Introduction

This is a simple Json parser with LL(1) grammatical analyze. The follow set is show in the following picture.

follow set

How to test

make json_test
./json_test

make la_test
./la_test