Yiran Sheng
Yiran Sheng
Currently, scanner is somewhat spaces insensitive, it can recognize tokens like "L E T". However, certain cases are not covered, such as "< =". Do a full audit, and make...
Also throwing away pretty much all source info
Perhaps should use `petgraph` crate to represent the graph, adds a bit overhead, but makes underlying algorithm and analysis clearer.
Known offender: ng-token-auth lib will conflict with ng-atp, due to the following code: https://github.com/lynndylanhurley/ng-token-auth/blob/master/src/ng-token-auth.coffee#L381 The above code uses `for in` loop on arrays (without guarding against hasOwnProperty), which includes `find`...