0.1.0 • Published 2 years ago
hylang v0.1.0
HyLang
A stupidly small and fast programming language detection model.
Usage
import { detectLanguage } from 'hylang'
const input = `
function square(x) {
return x * x
}
`
console.log(`Predicted language: ${detectLanguage(input)}`)0.1.0
2 years ago