39aldo39 / klfc

Keyboard Layout Files Creator
GNU General Public License v3.0
215 stars 13 forks source link

Export data types and parsers as a library? #25

Open kindaro opened 4 years ago

kindaro commented 4 years ago

I would like my build script to look inside the json files to see the names of the layouts. But, at the moment, it is not quite feasible. Perhaps you would consider moving some section of the code to a library, so that it can be integrated with other projects?

39aldo39 commented 4 years ago

I could try to make the parser etc. a library, but I don't know if I will do it soon. Do you also want to modify the layouts, or only read it? If you just want to read it, it may be easier to just parse the JSON yourself.

kindaro commented 4 years ago

If someone were to do it, would you merge?

It is also good for testing.

39aldo39 commented 4 years ago

I would!