yoeo / guesslang

Detect the programming language of a source code
https://guesslang.readthedocs.io
MIT License
805 stars 116 forks source link

Detection support request for: VisualBasic, Pascal #24

Closed Harniver closed 3 years ago

Harniver commented 4 years ago

Thanks for your work! At @olimpiadi-informatica we are updating an online competitive programming contest platform to use guesslang. In order to fully support the languages taught in secondary schools, we would need additional support for:

yoeo commented 4 years ago

Hello @Harniver,

Thanks for checking out the project. I'll check if I can support one or both languages in the next major version.

I just hope that I can find enough open source projects written in VisualBasic and Pascal to feed the machine learning model. Feel free to share any link if you know where to find some.

Thank you.

yoeo commented 3 years ago

Hello @Harniver,

Both languages are now fully supported by Guesslang. https://github.com/yoeo/guesslang/pull/33