Skip to content

Tags: enthusiastic2003/lpython

Tags

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1906 from certik/loc_fix

Fix ExternalSymbol location

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1812 from certik/unsigned5

lpython.py: handle unsigned integers everywhere

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1775 from certik/uint4

Implement unsigned arrays support

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1741 from certik/cli

Allow multiple -I flags

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1520 from Shaikh-Ubaid/wasm_global_section

WASM: Support global section

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1432 from certik/rtlib1

Fix paths to the runtime library header files

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make is_dataclass robust (lcompilers#1385)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support defining Union inside a ``dataclass`` (lcompilers#1362)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request lcompilers#1361 from Shaikh-Ubaid/wasm_x64_local_g…

…et_set

WASM_X64: Support local variables

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pointers in emulation mode (lcompilers#1336)

The syntax was changed from a subroutine to a function and AST->ASR updated. Works in emulation, LLVM and C modes.