0.1.0 • Published 12 months 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
12 months ago