GitHub - pepaslabs/crenshaw-lets-build-a-compiler: A C & x86 version of the “Let's Build a Compiler“ by Jack Crenshaw [https://github.com/pepaslabs/crenshaw-lets-build-a-compiler] - 2021-02-12 04:48:44 - public:stevetao Compiler - 1 | id:573796 -
Compilers [http://tinf2.vub.ac.be/~dvermeir/courses/compilers/] - 2020-08-29 08:56:21 - public:stevetao Compiler, Course - 2 | id:375872 -
LL and LR Translator Need k [https://www.antlr3.org/article/needlook.html] - 2020-08-25 09:54:53 - public:stevetao Compiler - 1 | id:375833 -
context free grammar - How to construct parsing table for LL(k>1)? - Stack Overflow [https://stackoverflow.com/questions/9000969/how-to-construct-parsing-table-for-llk1] - 2020-08-25 09:53:44 - public:stevetao Compiler - 1 | id:375832 -
Meurers: Introduction to Computational Linguistics I (684.01, Winter 2003) [http://www.sfs.uni-tuebingen.de/~dm/03/winter/684.01/] - 2020-08-11 16:40:35 - public:stevetao Compiler - 1 | id:363227 -
Natural Language Processing Techniques in Prolog [http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/index.html] - 2020-08-11 16:28:02 - public:stevetao Book, Compiler, Free, NLP - 4 | id:363226 -
Publications of Mick O'Donnell [http://www.wagsoft.com/Papers/] - 2020-08-11 08:13:09 - public:stevetao Compiler - 1 | id:363211 -
Pre-defined Compiler Macros / Wiki / Compilers [https://sourceforge.net/p/predef/wiki/Compilers/] - 2020-07-27 19:43:19 - public:stevetao Compiler, Macro, Pre-defined - 3 | id:363047 -
Create a simple Compiler with JavaScript - CodeMacaw [https://codemacaw.com/2020/02/02/create-a-simple-compiler-with-javascript/] - 2020-06-16 00:37:38 - public:stevetao Compiler, JavaScript - 2 | id:350296 -
Blazingly fast parsing, part 2: lazy parsing · V8 [https://v8.dev/blog/preparser] - 2020-06-13 18:39:17 - public:stevetao Compiler, JavaScript, Parsing, V8 - 4 | id:350250 -
A Compiler From Scratch [https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch] - 2020-06-13 18:37:04 - public:stevetao Compiler, JavaScript - 2 | id:350247 -
Writing A Compiler In Go | Thorsten Ball [https://compilerbook.com/] - 2020-06-13 18:14:30 - public:stevetao Compiler, Go, Interpreter - 3 | id:350245 -
LOLCODE-to-JavaScript compiler babel macro - A geek with a hat [https://swizec.com/blog/lolcode-to-javascript-compiler-babel-macro/swizec/9083] - 2020-06-13 18:12:54 - public:stevetao Compiler, JavaScript - 2 | id:350244 -
Writing a JavaScript compiler; Haskell or Rust? : haskell [https://www.reddit.com/r/haskell/comments/5jdgtu/writing_a_javascript_compiler_haskell_or_rust/] - 2020-06-13 18:12:13 - public:stevetao Compiler, Haskell, JavaScript, Rust - 4 | id:350243 -
Gentle introduction into compilers. Part 1: Lexical analysis and Scanner - JavaScript inDepth [https://indepth.dev/gentle-introduction-into-compilers-part-1-lexical-analysis-and-scanner/] - 2020-06-13 18:11:48 - public:stevetao Compiler, JavaScript - 2 | id:350242 -
How To Write Your Own Compiler, Part 1: Mapping Source Files -- Visual Studio Magazine [https://visualstudiomagazine.com/articles/2014/05/01/how-to-write-your-own-compiler-part-1.aspx] - 2020-06-13 18:11:14 - public:stevetao Compiler - 1 | id:350241 -
Tutorial: Metacompilers Part 1 [http://www.bayfronttechnologies.com/mc_tutorial.html] - 2020-06-13 18:10:55 - public:stevetao Compiler, JavaScript - 2 | id:350240 -
Building a Tiny Compiler [https://academy.realm.io/posts/tryswift-samuel-giddins-building-tiny-compiler-swift-ios/] - 2020-06-13 18:09:47 - public:stevetao Compiler - 1 | id:350239 -
Best of JavaScript [https://bestofjs.org/projects?tags=compiler] - 2020-06-13 17:45:37 - public:stevetao Compiler, JavaScript - 2 | id:350238 -
How to Build a Compiler? | Khalil Stemmler [https://khalilstemmler.com/blogs/thoughts/building-a-compiler/] - 2020-06-13 17:45:08 - public:stevetao Compiler, JavaScript - 2 | id:350237 -
GitHub - Captainarash/CaptCC: A tiny C compiler written purely in JavaScript. [https://github.com/Captainarash/CaptCC] - 2020-06-13 17:43:57 - public:stevetao Compiler, JavaScript - 2 | id:350236 -
Writing a Javascript to C compiler [https://truffles.me.uk/writing-a-javascript-to-c-compiler] - 2020-06-13 17:43:33 - public:stevetao Compiler, JavaScript - 2 | id:350235 -
Build a JS Interpreter in JavaScript Using Acorn as a Parser [https://blog.bitsrc.io/build-a-js-interpreter-in-javascript-using-acorn-as-a-parser-5487bb53390c] - 2020-06-13 17:43:02 - public:stevetao Compiler, Interpreter, JavaScript - 3 | id:350234 -
Compiling to JavaScript, and Debugging with Source Maps - Mozilla Hacks - the Web developer blog [https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/] - 2020-06-13 17:34:18 - public:stevetao Compiler, JavaScript - 2 | id:350233 -
How to Write a Simple Interpreter in JavaScript - CodeProject [https://www.codeproject.com/Articles/345888/How-to-Write-a-Simple-Interpreter-in-JavaScript] - 2020-06-13 17:32:57 - public:stevetao Compiler, Interpreter, JavaScript - 3 | id:350232 -
Compiler in JavaScript using ANTLR - DailyJS - Medium [https://medium.com/dailyjs/compiler-in-javascript-using-antlr-9ec53fd2780f] - 2020-06-13 17:31:22 - public:stevetao Compiler, JavaScript - 2 | id:350231 -
Implementing a Simple Compiler on 25 Lines of JavaScript · Minko Gechev's blog [https://blog.mgechev.com/2017/09/16/developing-simple-interpreter-transpiler-compiler-tutorial/] - 2020-06-13 17:30:27 - public:stevetao Compiler, JavaScript - 2 | id:350230 -
Build your own WebAssembly Compiler [https://blog.scottlogic.com/2019/05/17/webassembly-compiler.html] - 2020-06-13 17:29:25 - public:stevetao Compiler, JavaScript - 2 | id:350229 -
How to be* a compiler — make a compiler with JavaScript [https://medium.com/@kosamari/how-to-be-a-compiler-make-a-compiler-with-javascript-4a8a13d473b4] - 2020-06-13 17:08:17 - public:stevetao Compiler, JavaScript - 2 | id:350228 -
CS 340: Home page [https://ycpcs.github.io/cs340-fall2016/] - 2020-06-11 05:26:43 - public:stevetao Compiler, Course, Programming-Languages - 3 | id:350205 -
Lex & Yacc [https://www.epaperpress.com/lexandyacc/index.html] - 2020-05-30 00:03:50 - public:stevetao Compiler, Lex, Tool, Yacc - 4 | id:321634 -
Dick Grune [https://dickgrune.com/] - 2020-05-29 18:35:48 - public:stevetao Compiler, People - 2 | id:321630 -
GNU Bison - The Yacc-compatible Parser Generator - GNU Project - Free Software Foundation [https://www.gnu.org/software/bison/manual/] - 2020-05-28 19:42:42 - public:stevetao Bison, Book, Compiler, Free, Parsing - 5 | id:321610 -
DJGPP : Download and Install [http://cse.iitkgp.ac.in/pds/software/gcc/DJGPP.html] - 2020-05-27 17:50:28 - public:stevetao C++, Compiler, DJGPP - 3 | id:321586 -
DeSmet C [http://www.desmet-c.com/] - 2020-05-17 09:13:08 - public:stevetao Compiler - 1 | id:310324 -
TAG Compiler Quick Start [http://www.ittybittycomputers.com/IttyBitty/TAGC/TAGinfo.html] - 2020-05-13 01:14:32 - public:stevetao Compiler, Grammar - 2 | id:310229 -
CSc 453: Compilers and Systems Software [https://www2.cs.arizona.edu/~debray/Teaching/CSc453/] - 2020-05-11 20:37:15 - public:stevetao Compiler, Course - 2 | id:310207 -
Turbo Pascal 3.0 compiler and code generation internals [https://www.pcengines.ch/tp3.htm] - 2020-05-11 08:04:41 - public:stevetao Compiler, Pascal - 2 | id:310189 -
Turbo Pascal Compiler Internals - Source Code Revealed [http://direct.turbopascal.org/] - 2020-05-11 07:55:15 - public:stevetao Compiler, Pascal - 2 | id:310187 -
GOLD Parsing System - A Free, Multi-Programming Language, Parser Generator [http://www.goldparser.org/] - 2020-05-10 17:29:11 - public:stevetao Compiler, Parsing - 2 | id:310169 -
Tiny-C Compiler · GitHub [https://gist.github.com/KartikTalwar/3095780] - 2020-05-09 16:48:02 - public:stevetao C, Compiler, Grammar, TinyC - 4 | id:310128 -
Transpiling between any programming languages (Part 1) — The MongoDB Engineering Journal [https://engineering.mongodb.com/post/transpiling-between-any-programming-languages-part-1] - 2020-05-09 08:13:55 - public:stevetao Compiler, Language, Programming - 3 | id:310122 -
Designing a Programming Language: I | Duck Programming Language Official Website [http://ducklang.org/designing-a-programming-language-i] - 2020-05-09 08:05:20 - public:stevetao Compiler, Language, Programming - 3 | id:310121 -
Grammars for programming languages - Mikhail Barash - Medium [https://medium.com/@mikhail.barash.mikbar/grammars-for-programming-languages-fae3a72a22c6] - 2020-05-09 07:46:35 - public:stevetao Compiler, Grammar - 2 | id:310112 -
Juha Vihavainen [https://www.cs.helsinki.fi/u/vihavain/k10/okk/index.html] - 2020-05-05 11:38:47 - public:stevetao Compiler, Course - 2 | id:310015 -
Compilers Free Online Courses and MOOCs | MOOC List [https://www.mooc-list.com/tags/compilers] - 2020-05-05 05:58:57 - public:stevetao Compiler, Course - 2 | id:310012 -
CS304: Compilers | Saylor Academy [https://learn.saylor.org/course/CS304] - 2020-05-05 05:53:54 - public:stevetao Compiler, Course - 2 | id:310011 -
EECS 322: Compiler Construction [https://users.cs.northwestern.edu/~robby/courses/322-2016-spring/] - 2020-05-03 18:41:02 - public:stevetao Compiler, Course - 2 | id:309967 -
Compiler Construction Research Papers - Academia.edu [http://www.academia.edu/Documents/in/Compiler_Construction] - 2020-05-03 18:40:48 - public:stevetao Compiler, Course - 2 | id:309966 -
SCG: CC: Compiler Construction [http://scg.unibe.ch/teaching/cc] - 2020-05-03 18:40:27 - public:stevetao Compiler, Course - 2 | id:309965 -