Open
Description
- Rename the
lfortran
binary tolpython
- Make
--show-python-ast
just--show-ast
, the same with--show-asr
,--show-cpp
- Merge
a.py
withlpython
, probably using Cython - Get
--show-llvm
working - Get compiling to binaries working
- Remove all Fortran related files (parser, ast, ast -> asr, etc.)
- Rename namespaces from LFortran to LPython
- Add tests (run_tests.py for ASR mainly, and then integration_tests, we can simply call lpython on the main file and then run it, probably adapting cmake, so that we can use ctest to execute)