Workbench@gmx.at via llvm-dev
2019-Feb-17 21:16 UTC
[llvm-dev] Very basic question about LLVM and bison/flex
Hi everyone, i'm reading now a few days the book flex&bison and understand how an asd is created etc. but i'm unclear how i can make my own virtual machine out of this ? i saw a few examples but they told me nothing. can i use llvm to generate my own bytecode and then interpret it with my own virtual machine ? best regards!
Jeremy Lakeman via llvm-dev
2019-Feb-18 03:18 UTC
[llvm-dev] Very basic question about LLVM and bison/flex
If you haven't seen it yet, you should work through the kaleidoscope tutorial. https://llvm.org/docs/tutorial/ On Mon, 18 Feb 2019 at 07:47, Workbench at gmx.at via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi everyone, > > i'm reading now a few days the book flex&bison and understand how an asd > is created etc. but i'm unclear how i can make my own virtual machine > out of this ? i saw a few examples but they told me nothing. can i use > llvm to generate my own bytecode and then interpret it with my own > virtual machine ? > > > best regards! > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190218/96197221/attachment.html>