arccode-keyword-thresholds
v0.0.1
Published
A list of keyword thresholds for Arccode
Readme
language-keywords
A collection of keywords for various programming languages.
Installation
npm install language-keywordsUsage
import { ruby } from 'language-keywords';
console.log(ruby); // ['alias', 'and', 'begin', ...]Supported Languages
- C
- C++
- C#
- Go
- Java
- JavaScript
- PHP
- Python
- Ruby
- TypeScript
License
MIT License
