The Home for the IFC Developer Tools code!
Package | Description | URL |
---|---|---|
ifc-syntax-ast-parser |
Deprecated Parse IFC files to AST + Visitors | |
ifc-syntax-parser |
New Parse IFC files to AST + Visitors | |
ifc-syntax-express-parser |
Parse Express files to JSON | |
ifc-syntax-server |
IFC Language Server | |
ifc-syntax-vscode |
IFC VSCode Extension | |
ifc-syntax-docgen |
IFC Documentation extractor to JSON | |
ifc-syntax-codegen |
IFC Code Generator |
This monorepo requires lerna being installed globally:
npm i -g lerna
Then run:
npm i
lerna bootstrap
To build all the packages, run:
lerna run build
To test all the packages, run:
lerna run test
Contributions are welcome! :)