Initial commit for opium

This commit is contained in:
Ruben Shekspir 2019-03-29 15:24:00 +04:00
parent 6686997ed2
commit 69a133eec1
7 changed files with 51 additions and 772 deletions

3
JsonParser.Mod Normal file
View file

@ -0,0 +1,3 @@
MODULE JsonParser;
PROCEDURE
END JsonParser.