.gitignore
LICENSE.txt
MANIFEST.in
NEWS.md
README.md
TODO.md
pytest.ini
requirements.txt
setup.cfg
setup.py
.github/workflows/testrunner.yml
data/allplan-ifc-examples/README.md
data/allplan-ifc-examples/test-01.ifc
data/allplan-ifc-examples/test-01.ifcXML
data/formal/express.g4
data/formal/iso-10303-11--2004.bnf
data/formal/iso-10303-11--2004.ebnf
data/formal/iso-10303-21--2002.bnf
data/formal/iso-10303-21--2016.ebnf
data/p21examples/README.md
data/schema/IFC4x2.exp
data/schema/IFC4x2.xsd
data/schema/ap203.exp
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/express.rst
docs/source/index.rst
docs/source/p21.rst
docs/source/step-file-loc.rst
docs/stepcode/README.md
docs/stepcode/ifc4x2.py
docs/stepcode/SCL/AggregationDataTypes.py
docs/stepcode/SCL/BaseType.py
docs/stepcode/SCL/Builtin.py
docs/stepcode/SCL/ConstructedDataTypes.py
docs/stepcode/SCL/Model.py
docs/stepcode/SCL/Part21.py
docs/stepcode/SCL/Rules.py
docs/stepcode/SCL/SCLBase.py
docs/stepcode/SCL/SimpleDataTypes.py
docs/stepcode/SCL/TypeChecker.py
docs/stepcode/SCL/Utils.py
docs/stepcode/SCL/__init__.py
docs/stepcode/SCL/essa_par.py
examples/create_simple_p21_file.py
profiling/express_antlr4.py
profiling/express_pyparser.py
profiling/p21_loader.py
profiling/result-express-antlr4-cpython.txt
profiling/result-express-antlr4-pypy3.txt
profiling/result-express-pyparser-cpython.txt
profiling/result-p21-fast-loader-cpython.txt
profiling/result-p21-fast-loader-pypy3.txt
profiling/result-p21-ply-cpython.txt
profiling/result-p21-ply-pypy3.txt
profiling/result-p21-pyparsing-cpython.txt
profiling/result-p21-pyparsing-pypy3.txt
src/steputils/__init__.py
src/steputils/exceptions.py
src/steputils/p21.py
src/steputils/strings.py
src/steputils/tools.py
src/steputils/version.py
src/steputils.egg-info/PKG-INFO
src/steputils.egg-info/SOURCES.txt
src/steputils.egg-info/dependency_links.txt
src/steputils.egg-info/requires.txt
src/steputils.egg-info/top_level.txt
src/steputils/express/__init__.py
src/steputils/express/ast.py
src/steputils/express/express.interp
src/steputils/express/express.tokens
src/steputils/express/expressLexer.interp
src/steputils/express/expressLexer.py
src/steputils/express/expressLexer.tokens
src/steputils/express/expressListener.py
src/steputils/express/expressParser.py
src/steputils/express/pyparser.py
tests/express/test_antlr4_parser.py
tests/express/test_ast.py
tests/express/test_constant_decl.py
tests/express/test_entity.py
tests/express/test_parse_actions.py
tests/express/test_simple_expressions.py
tests/express/test_type_decl.py
tests/p21/test_p21_api.py
tests/p21/test_p21_factory.py
tests/p21/test_p21_lexer.py
tests/p21/test_p21_parser.py
tests/p21/test_strings.py