New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dteel/interpreter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@dteel/interpreter

javascript interpreter for whatever this language is called

1.0.2
unpublished
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Interpreter

This is an interpreter for an unnamed scripting language developed for use in another project.

To see it in action, clone from github, npm install, and npm test. Interpreter.test.js shows how this library would be used.

To get it in import {Interpreter, StringObj, NumberObj, BoolObj} = require('../Interpreter');

Node.js CI

FAQs

Package last updated on 10 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts