Skip to content

Latest commit

History

History
11 lines (7 loc) 路 472 Bytes

File metadata and controls

11 lines (7 loc) 路 472 Bytes

basic usage

Executing script from repro root directory (Windows):

  • transpile from emojpy to python python .\src\parser.py .\examples\1to10.馃拵
  • transpile from python to emojpy python .\src\parser.py --inverse True .\examples\1to10.py

Executing script from repro root directory (UNIX):

  • transpile from emojpy to python python ./src/parser.py ./examples/1to10.馃拵
  • transpile from python to emojpy python ./src/parser.py --inverse True ./examples/1to10.py