Commit Graph

1507 Commits

Author SHA1 Message Date
강동윤
6582429013 remove unused parser codes. 2018-01-13 19:07:05 +09:00
강동윤
4a9d66a0f3 update test262.rs 2018-01-13 19:06:50 +09:00
강동윤
fb3b52ddbb ignore Cargo.lock 2018-01-13 19:06:38 +09:00
강동윤
7291667a19 use F: Folder<T> instead of T: FoldWith<F> 2018-01-13 19:06:13 +09:00
강동윤
e949c40517
ECMAScript parser (#1)
- Parser and lexer for lastest ecma spec https://tc39.github.io/ecma262

  - Lexer is currently very inefficient

 - Use https://github.com/tc39/test262-parser-tests/ for testing.

 - Implement proc-macro based ast folder and assert_eq_ignore_span! based on it.

 - Some utilities for proc macro at /macros/common
2018-01-12 16:53:06 +09:00
강동윤
7e2ef3b518 Add .travis.yml 2017-12-23 10:05:19 +09:00
강동윤
0f9532dd5d initial commit 2017-12-22 22:07:03 +09:00