| author | Ebersold <aebersol@n3150.home> | |
| Mon, 20 Dec 2021 21:26:36 +0000 (22:26 +0100) | ||
| committer | Ebersold <aebersol@n3150.home> | |
| Mon, 20 Dec 2021 21:26:36 +0000 (22:26 +0100) | ||
| commit | bf13cda036cb0d79df31d4a0b41c6ba97e9d6116 | |
| tree | 1a91c04201870516ba15e2ac8fd1952b7138024c | tree | snapshot |
| CMakeLists.txt | [new file with mode: 0644] | blob |
| idl.lex | [new file with mode: 0644] | blob |
| idl.y | [new file with mode: 0644] | blob |
| pidl/Generators/AbstractGenerator.py | [new file with mode: 0644] | blob |
| pidl/Generators/Cpp/__init__.py | [new file with mode: 0644] | blob |
| pidl/Generators/Cpp/header.py | [new file with mode: 0644] | blob |
| pidl/Generators/Cpp/source.py | [new file with mode: 0644] | blob |
| pidl/Generators/Generator.py | [new file with mode: 0644] | blob |
| pidl/Generators/__init__.py | [new file with mode: 0644] | blob |
| pidl/IDLConfig.py | [new file with mode: 0644] | blob |
| pidl/IDLLexer.py | [new file with mode: 0644] | blob |
| pidl/IDLParser.py | [new file with mode: 0755] | blob |
| pidl/IDLTypes.py | [new file with mode: 0644] | blob |
| pidl/IDLUtils.py | [new file with mode: 0644] | blob |
| pidl/__init__.py | [new file with mode: 0644] | blob |
| pidl/pidl | [new file with mode: 0755] | blob |
| ply/__init__.py | [new file with mode: 0644] | blob |
| ply/cpp.py | [new file with mode: 0644] | blob |
| ply/ctokens.py | [new file with mode: 0644] | blob |
| ply/lex.py | [new file with mode: 0644] | blob |
| ply/yacc.py | [new file with mode: 0644] | blob |
| ply/ygen.py | [new file with mode: 0644] | blob |
| tests/ServiceTools.idl | [new file with mode: 0644] | blob |
| tests/test.idl | [new file with mode: 0644] | blob |