Commit graph

7 commits

Author SHA1 Message Date
James Westman
544d152fb6
Rename to blueprint-compiler
This isn't an official GTK project so better to avoid using "GTK" in the
name.
2021-12-01 15:35:58 -06:00
James Westman
3804d91118
tokenizer: Fix multiline comment regex 2021-11-25 18:43:33 -06:00
James Westman
b4d4877e07
Fix bugs in the tokenizer
- Fix bug where empty strings were not recognized
- Add an end index to the tokenizer's compile error
2021-11-12 09:42:48 -06:00
James Westman
b9068e24ab
Fix type checker errors 2021-10-26 23:13:31 -05:00
James Westman
e553e5db29
Add GObject Introspection integration
- Parse .gir files
- Validate class, property, and signal names
2021-10-22 21:14:30 -05:00
James Westman
d98b7d5891
Add tokenizer tests 2021-10-18 12:37:05 -05:00
James Westman
3a4b7c6dc3
Initial commit 2021-10-17 15:26:34 -05:00