Skip to content

Lexical and Semantic Ruby's Analyser

Notifications You must be signed in to change notification settings

niplinig/Python-Ruby-Lexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUILDING LEXER

Install python-devel

Ubuntu

sudo apt install python-dev

Fedora

sudo dnf install python-devel

NixOS

nix-shell -p python311Packages.pydevtool

Install pipenv

Pip

pip install --user pipenv

Ubuntu

sudo apt install pipenv

Fedora

sudo dnf install pipenv

Install dependencies

pipenv install -e .

Start developing

Use the shell

pipenv shell

Using CLI

Commands

  • -d --data
  • -lf --lex_files
  • -s --shell
  • -yf --yac_files
./cli.py -d "data to analyse with lexer"
./cli.py -lf "file path"

Releases

No releases published

Packages

No packages published