https://github.com/dasunpubudumal/rlox_lexer

Lox language lexer written in Rust https://craftinginterpreters.com/contents.html

https://github.com/dasunpubudumal/rlox_lexer

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Lox language lexer written in Rust https://craftinginterpreters.com/contents.html

Basic Info
  • Host: GitHub
  • Owner: dasunpubudumal
  • Language: Rust
  • Default Branch: main
  • Homepage:
  • Size: 69.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 1
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

rlox_lexer

workflow Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Lexer writen in Rust for Lox Language.

Notes

  1. Debug logs in tests:

shell RUST_LOG=debug cargo test -- --nocapture

 Development

At WIP level:

  • Each feature needs to be tested in tests/lexer_test.rs.

References

  1. Borrowing Rules for self

GitHub Events

Total
Last Year