0.1.0 • Published 1 year ago

hylang v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

HyLang

workflow status mit license dependencies coverage

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

1 year ago