Huge work; i'm too tired to write commit message for all of it. Pleez let me sleep acouple of hours. Made most tests work. Started SBC.

This commit is contained in:
egormanga
2020-03-18 07:00:12 +03:00
parent 7badd31e42
commit 27d951227d
51 changed files with 3004 additions and 717 deletions

9
sld.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/python3
# Slang .sld parser
# .sld files are used for definition of built-in, implementation-provided, external and native components.
from .tokens import *
from utils import *
# by Sdore, 2020