Skip to content

Tags: Manali0806/lpython

Tags

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.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement Integer compare in wasm to x86 backend (lcompilers#1276)

* [WASM_x86] Convert the offset into strings and store it to use as a unique_id
* [WASM_x86] Implement Integer compare
* Add tests

v0.5.0

Toggle v0.5.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#1049 from Abdelrahman-Kh-Fouad/str@star…

…tswith

Strings methods: `startswith()`

v0.4.0

Toggle v0.4.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#1015 from Thirumalai-Shaktivel/fix_with…

…_stmt

v0.3.0

Toggle v0.3.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#746 from czgdp1807/arr_fix

Fixing ArrayItem/ArraySection nodes in ASR