0.1.0 • Published 12 months ago

hylang v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago