Latest changes back from 2021, before starting from scratch.

This commit is contained in:
2024-01-11 02:55:07 +03:00
parent b8495b4cc3
commit 6bdc8cce09
64 changed files with 2113 additions and 1577 deletions

2
sld.py
View File

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