qbs
qbs copied to clipboard
Make struct base public to allow creation of custom dialects
trafficstars
Is there any reason to make base private?
:+1:
You can just copy and paste the code in base to create custom dialects.
Well, I took a look at it again, it doesn't work. I made those structs and functions private to avoid breaking the API when I refactor the code. I think the best way to create your custom dialect is to fork the repo.