search for: taylor6

Displaying 7 results from an estimated 7 matches for "taylor6".

Did you mean: taylor
2015 Jul 04
4
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...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 Pitrou <antoine at python.org> wrote: > > Hi, > > Alec Taylor <alec.taylor6 <at> gmail.com> writes: > > > > Would be good to have Python, Rust and Go.Are there any LLVM parsers > > around for these popular languages? > > A programming language is much more than a parser and AST. It has > specific semantics, and a runtime (in the case of...
2015 Jul 04
2
[LLVMdev] LLVM parsers for popular languages? - Python, Rust, Go
...On Sat, Jul 4, 2015 at 5:58 AM, David Jones <djones at xtreme-eda.com> wrote: > There is also the Pyston project from Dropbox. Presumably that includes a > Python parser. > > I'm not affiliated with the project. > > On Sat, Jul 4, 2015 at 2:35 AM, Alec Taylor <alec.taylor6 at gmail.com> > wrote: > >> 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 [decou...
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
...9:22 AM, Stephen Cross <scross at scross.co.uk> wrote: > > reproduce the code in that language > > Is the intention to exactly reproduce the original source code? Or > some code that's functionally equivalent? > > On Sat, Jun 20, 2015 at 8:05 AM, Alec Taylor <alec.taylor6 at gmail.com> > wrote: > > Considering engineering my own code-generator. If I do go ahead, will > > open-source the end result. > > > > Needs to read [parse] one language, and output JSON (conformant to a > > specific JSON-schema). > > > > Then needs...
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
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
Considering engineering my own code-generator. If I do go ahead, will open-source the end result. Needs to read [parse] one language, and output JSON (conformant to a specific JSON-schema). Then needs to read JSON, and reproduce the code in that language, and [possibly] merge the generated code with existing code. Languages I'm looking to support are all rather popular (Python, Go, Rust,
2011 May 01
1
Join and listen to conference call through web-interface
Good Afternoon, I'm working on an audio conferencing web-frontend. It'd be helpful if I could know: ? Who's connected to the conference ? Number of people listening to the stream I also need to be able to manage/screen/kick participants. One way I can think of is having acting as proxy between conference call and guest, and if I approve them, connect them through to the conference
2011 Apr 30
1
Using Asterisk + other FOSS projects to facilitate a call-in Internet Radio web-frontend
Good Evening, I'm setting up an Internet Radio website with call-in functionality, and need to know the kinds of FOSS tools I should install to get the job done. Here's an example of what I'm looking for: http://i56.tinypic.com/aafz4k.png Call protocol: [Producer calls in] [Host calls in] [Guest calls in]->[Screened by Producer, if accepted, conferenced into host] On the website