diff options
| author | John Hodge (Mutabah) <acessdev@gmail.com> | 2017-04-29 14:44:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-29 14:44:16 +0800 |
| commit | 059934b982670c88b631fb2e47902aa756fcb2c8 (patch) | |
| tree | ccf51a95b1cc4923dd306e198be2b6a707b286ae | |
| parent | 6a2d30690eb4e5c6c2801a6c340ccfb65a3875b9 (diff) | |
| parent | 8768dd08c6afaee82eb8bd7f90ebb5eb1a8a9833 (diff) | |
| download | mrust-059934b982670c88b631fb2e47902aa756fcb2c8.tar.gz | |
Merge pull request #19 from oli-obk/patch-1
Correctly indent lists for github to pick it up
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,8 +14,8 @@ Current Features - Resolves all paths to absolute forms - Converts name-resolved AST into a more compact "HIR" (simplified module and expression tree) - Hackily evaluates constants - - Constant evaluation is done by using duck-typing, which is then validated by the Type Check pass - - This is how rustc did (or still does?) const eval before MIR + - Constant evaluation is done by using duck-typing, which is then validated by the Type Check pass + - This is how rustc did (or still does?) const eval before MIR - Type inference and checking - Closure and operator desugaring - MIR generation (with partial validation pass) @@ -39,5 +39,5 @@ Progress - Compiles the standard library into loadable MIR - Compiles the "hello, world" test into compilable and running C code - Compiles `rustc` - - Generated code is likely not correct + - Generated code is likely not correct |
