Yin Zhong
Yin Zhong
Let's say I'm trying to interpret a `u32` as the following bit-packed struct (bit index: 0=lsb, 31=msb) | bit | 31, 30, ..., 15, 16 | 15, 14, 13, 12...
link `coffeeInterpDelim` to `Operator` instead of `PreProc`. In this way it's more likely to be colored differently from `String` in a variety of color schemes. Edit: Rationale: `"abc #{ expr...
按了之后  点了之后  console error: ``` Uncaught TypeError: e is null checkTilePassable route-map.chunk.ccf5b.esm.js:4494 findPath route-map.chunk.ccf5b.esm.js:4468 findPath route-map.chunk.ccf5b.esm.js:4468 route_tiles route-map.chunk.ccf5b.esm.js:3290 _ route-map.chunk.ccf5b.esm.js:3257 s route-map.chunk.ccf5b.esm.js:3671 u bundle.3f41d.esm.js:1 b route-map.chunk.ccf5b.esm.js:3671 default route-map.chunk.ccf5b.esm.js:6990...
### Operating System Windows ### What's the issue you encountered? `std::mem::read_unsigned` takes an endianness parameter, but anything but the default (native endianness) returns this error: ``` error[E0012]: Built-in function error....
``` livescript switch 0 case 1 then if 2 then 3 ``` compiles to ``` javascript switch (0) { case 1: if (2) { 3; } } ``` while ```...
Because I want to use https://github.com/inxilpro/node-app-root-path like a boss ``` livescript root = require 'app-root-path' require! "#root/index": index ``` or simply ``` livescript require! { 'app-root-path': root "#root/index": index }...
Closest issue I can find is #667 --- ``` livescript ->* yield [x for x in arr] ``` compiles to: ``` javascript (function*(){ var x; return (yield (yield* (function*(){ var...
``` livescript f = (a) -> x = [.. for a] y = [.. for a] ``` currently compiles to: ``` javascript f = function(a){ var x, res$, i$, x$,...