Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: intermediate type computer (#600)
Closes partially #541. ### Summary of Changes Port almost the entire functionality of the Xtext type computer to Langium. Only the following tasks are still missing for feature parity, but they require work in other areas of the language first: * Elvis operator with nullable left side (**needs type checker**) * Parameters of block lambdas passed as arguments (**needs scoping**) * Parameters of expression lambdas passed as arguments (**needs scoping**)
- Loading branch information