File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -454,3 +454,10 @@ @online{CoffeeScript
454
454
url = { https://coffeescript.org/} ,
455
455
urldate = { 2020-07-15}
456
456
}
457
+
458
+ @online {LLVM ,
459
+ title = { The {LLVM} Compiler Infrastructure} ,
460
+ author = { {llvm-admin team}} ,
461
+ url = { https://llvm.org/} ,
462
+ urldate = { 2020-07-27}
463
+ }
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ \chapter{Introduction}
89
89
mind, such as CoffeeScript\cite {CoffeeScript }, while others such as C or C++
90
90
had the capability added by external alternative compilers.
91
91
The Emscripten\cite {AboutEmscripten } project compiles
92
- LLVM\footnote { \url {http://llvm.org/} } intermediate representation software,
92
+ LLVM\cite { LLVM } intermediate representation software,
93
93
which can be generated from C/C++, to JavaScript.
94
94
The resulting compiled program utilizes a subset of JavaScript's available
95
95
syntax and operations, called asm.js, which is heavily optimized by JavaScript
You can’t perform that action at this time.
0 commit comments