search for: pydata

Displaying 5 results from an estimated 5 matches for "pydata".

Did you mean: pdata
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...as it hosts a lot of functionality). >>> >>> So it wouldn'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=> >...
2015 Jul 04
4
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...f Python, the runtime is > very large as it hosts a lot of functionality). > > So it wouldn'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/ > > (disclaimer: I am part of the Numba team) > > Regards > > Antoine. > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/l...
2015 Jun 30
3
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
IIRC when LLVM came out a bunch of community-contributed parsers were available on your website. Essentially I want to read in a programming language, prune the AST until it contains only what I define as a "summary", then convert that AST to that of another language, before finally outputting [code-generating] a compilable/interpretable source [think boilerplate]. Would be good to
2016 Mar 31
0
llvmlite 0.10.0
...ries for Linux, Windows and OS X are available through the anaconda.org service and can be downloaded using Continuum's open source package manager "Conda" ("conda update -c numba llvmlite" or "conda install -c numba llvmlite"). Documentation is at http://llvmlite.pydata.org/en/latest/ There is an adaptation of the Kaleidoscope tutorial for llvmlite by Eli Bendersky: https://github.com/eliben/pykaleidoscope This new version supports LLVM 3.7 and features the following fixes and enhancements. Enhancements: * PR #146: Improve ``setup.py clean`` to wipe more left...
2014 Jun 26
4
[LLVMdev] Python version requirement for LLVM
On Wed, Jun 25, 2014 at 5:52 PM, Gregory Szorc <gregory.szorc at gmail.com> wrote: > As much as I like killing support for Python 2.6 and below, RHEL is > usually the blocker. They still have 2.4 under support. Only the RHEL that > was released a few weeks ago finally has 2.7. > Given the amount of complexity required to build LLVM & Clang (having the right compiler &