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

Jul 14, 2023
f814956 · Jul 14, 2023

History

72 Commits
Jul 13, 2023
Jul 12, 2023
Jul 12, 2023
Jul 11, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023

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"