Displaying 2 results from an estimated 2 matches for "3a__numba".
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...#39;t make much sense to have "just a parser".
>>>
>>> However, if you are looking for an implementation of a subset of Python
>>> using LLVM, you can take a look at Numba: http://numba.pydata.org/
>>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__numba.pydata.org_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=gFwnrq1A6b4bDGDoXVANrEYyGDZzyOClT35YGuILpnw&s=NZGvzCXyd0A8Yrs45NE2hq5RLlpBSo6pdWk2ul6lkO4&e=>
>>>
>>> (disclaimer: I am part of the Numba team)
>>>
>...
2015 Jul 04
4
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
Thanks, happy to of confirmed.
With that in mind, will use the AST modules provided by the languages (with
the exception of libclang for C++).
Antoine: Am aware of Numba, nice job there BTW. So is there a [decoupled]
LLVM parser which I can use to read Python files and analyse objects
(including computing their attributes in OO and setattr scenarios)?
On Wed, Jul 1, 2015 at 10:23 PM, Antoine