0

Is there a Java or Javascript library that can be used to identify a given text (even partially) if what code syntax the text is. Example, to identify if the text is a Java code, Javascript code, etc.

Doesn't have to be too accurate, as it will be used for user suggestion.

quarks
  • 33,478
  • 73
  • 290
  • 513

1 Answers1

0

None yet. Create one.

Java libraries:

http://docs.oracle.com/javase/7/docs/api/

Javascript libraries:

https://www.javascripting.com/

TDL
  • 126
  • 2
  • 13