4e1e030
|
2020-09-28 |
Andy Chu |
[release] Shell functions for the 0.8.1 release |
599dc40
|
2020-09-28 |
Andy Chu |
[benchmarks] Improve presentation of ovm-build report |
1132978
|
2020-09-29 |
Andy Chu |
[mycpp] Start using gc_heap::Alloc(). |
2476cf0
|
2020-09-29 |
Andy Chu |
[mycpp] Use new GLOBAL_STR style |
cf71b45
|
2020-09-29 |
Andy Chu |
[gc_heap] Remove unnecessary Obj constructor. |
a47d40f
|
2020-09-29 |
Andy Chu |
[fix] Fix unit test, and initialize GC heap. |
a510865
|
2020-09-29 |
Andy Chu |
[mycpp] Migrate more objects to Alloc<T> |
78a5989
|
2020-09-30 |
Andy Chu |
[mycpp] Get rid of Alloc<T> at top level for list/dict constants |
53dfc0c
|
2020-09-30 |
Andy Chu |
[mycpp] Partial fix for dict literals. |
9180293
|
2020-09-30 |
Andy Chu |
[mycpp] Handle global object instances. |
cad4f9c
|
2020-09-30 |
Andy Chu |
[benchmarks/uftrace] Fix shell automation to use osh_eval. |
981d0a2
|
2020-09-30 |
Andy Chu |
[mycpp] Try generating code with Local<T>. |
9b0b2a3
|
2020-10-01 |
Andy Chu |
[mycpp] Giving up on Local<T> |
e6c5eee
|
2020-10-02 |
Andy Chu |
[oil-language] Remove 'pass' keyword and replace with '_' |
1eecd1c
|
2020-10-02 |
Andy Chu |
[fix] Fix tea language tests |
78371c9
|
2020-10-02 |
Andy Chu |
[devtools] Fix bad Python shebangs. |
931b48b
|
2020-10-02 |
Andy Chu |
[devtools] Remove unnecessary shebangs in spec test files. |
ea3b593
|
2020-10-02 |
Andy Chu |
[devtools] Use '#!/usr/bin/env bash' as the bash shebang. |
897cf75
|
2020-10-02 |
Andy Chu |
[doc] Start Oil language FAQ. |
ed7dbdd
|
2020-10-02 |
Andy Chu |
[doc] Add setvar answer in FAQ |
9ca7bab
|
2020-10-02 |
Andy Chu |
[oil-language] Restore Python compatibility. |
8d2dfff
|
2020-10-02 |
Andy Chu |
[oil-language] Implement ++ for concatenation, and parse ~~ and !~~ |
757b730
|
2020-10-02 |
Andy Chu |
[oil-language] Stubs out features, and add tests |
c5c8bb9
|
2020-10-02 |
Andy Chu |
[oil-language] Block Literals and Proc signatures |
2c0ec7f
|
2020-10-03 |
Andy Chu |
[tea-language] Clean up the grammar and parser. |
ce54b74
|
2020-10-03 |
Andy Chu |
[oil-language] Refactor grammar for semi_newline/comma_newline pattern. |
d2843c9
|
2020-10-03 |
Andy Chu |
[tea-language] Work on grammar. |
2123e3f
|
2020-10-03 |
Andy Chu |
[oil-language] Change unicode char syntax to match QSN (Rust) |
31f5b11
|
2020-10-03 |
Andy Chu |
[oil-language] Add \u{03bc} style to C string literals too |
5d4fcd3
|
2020-10-03 |
Andy Chu |
[oil-language] Make dicts {} again! Not %{}. |
7039d8d
|
2020-10-03 |
Andy Chu |
[oil-language] Implement parse_brackets and ^[echo hi] |
1bb4e30
|
2020-10-04 |
Andy Chu |
[oil-language] Move 'func' to a distinct Tea language |
825a29c
|
2020-10-04 |
Andy Chu |
[tea-language] Able to parse first-class functions. |
fa7018c
|
2020-10-04 |
Andy Chu |
[oil-language] Remove failed parse_brackets experiment. |
a62ebcc
|
2020-10-04 |
Andy Chu |
[oil-language] Make c'\z' and c'\u{' a syntax error. |
00ec91e
|
2020-10-04 |
Andy Chu |
[oil-language] Add \U{} in addition to \u{}, to match QSN |
d2c4689
|
2020-10-04 |
Andy Chu |
[fix] printf handles Id.Unknown_Backslash |
5bdd7d4
|
2020-10-05 |
Andy Chu |
[test/spec] Change Oil language spec for regex matching. |
4f9a0c1
|
2020-10-06 |
Andy Chu |
[oil-language] Change block literal syntax back to &(...) |
0eeae16
|
2020-10-06 |
Andy Chu |
[oil-language] Remove %[] array literals from the language. |
f2ab50f
|
2020-10-06 |
Andy Chu |
[fix] Remove %[ ... ] from unit tests. |
ec7020a
|
2020-10-06 |
Andy Chu |
[doc] Docs about syntax. |
e5334fe
|
2020-10-07 |
Andy Chu |
[doc] Update Oil and Tea help with recent changes |
8aa1b30
|
2020-10-07 |
Andy Chu |
[doc] Update syntax docs based on feedback. |
7b7c198
|
2020-10-07 |
Andy Chu |
[doc] Polish "syntactic concepts" and "command vs. expr". |
949aa77
|
2020-10-08 |
Andy Chu |
[doc] Adjust CSS. |
3e4c6dc
|
2020-10-08 |
Andy Chu |
[oil-language] Make double quoted strings stricter. |
991b3f8
|
2020-10-08 |
Andy Chu |
[release] Bump version to 0.8.2 |
1c386e5
|
2020-10-08 |
Andy Chu |
[fix] Fix unit tests after double quoting change |
3abcd63
|
2020-10-08 |
Andy Chu |
[fix] Fix spec/var-op-test cases that were broken. |
e6f4af5
|
2020-10-08 |
Andy Chu |
[oil-language] Make string errors consistent. |
3181049
|
2020-10-08 |
Andy Chu |
[oil-language] Implement shopt -s strict_backticks |
f0676b5
|
2020-10-08 |
Andy Chu |
[doc] Fix typo |
6509f38
|
2020-10-08 |
Andy Chu |
[test] Fix parse-errors test under oil-native. |