Skip to content

Javascript function type inference based on the paper "NL2Type"

License

Notifications You must be signed in to change notification settings

rs-malik/nl2type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NL2Type

JavaScript function type inference using Natural Language Information. Based on the ICSE '19 paper: NL2Type

To reproduce the results presented in the paper, refer to this project.

Requirements

python 3.6

pip

Installation

Install some node dependencies for JSDoc parsing

sudo apt-get install -y nodejs
npm install -g jsdoc

Install python dependencies

pip install -r requirements.txt

Run

python3 nl2type.py input_file_path output_file_path

About

Javascript function type inference based on the paper "NL2Type"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published