Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

loxby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loxby

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Loxby

A Lox interpreter written in Ruby

Loxby is written following the first half of Robert Nystrom's wonderful web-format book Crafting Interpreters, adapting the Java code to modern Ruby. This project is intended to explore what elegant object-oriented code can look like and accomplish.

Usage

  1. gem install loxby or gem 'loxby'
  2. loxby [filename] to run a file or loxby to run in REPL mode
  3. To run the interpreter from Ruby:
    require 'loxby/runner'
    Lox::Runner.new(ARGV, $stdout, $stderr)
    

License

This gem is licensed under the MIT License. See LICENSE.txt for more.

FAQs

Package last updated on 10 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc