Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanjermakov committed Apr 20, 2024
1 parent 4e18b80 commit a1c8cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub fn main() {
| Parsing | 0.1.0 ||
| Semantic checking | 0.1.0 ||
| Type checking | 0.1.0 ||
| Code generation (JS target) | 0.1.0 | 🚧 |
| Code generation (JS target) | 0.1.0 | |
| Package support | 0.1.0 ||
| Useful standard library | 0.1.0 | 🚧 |

Expand Down
2 changes: 1 addition & 1 deletion data/syntax.no
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait Baz<U> { fn a(self): Unit fn f<T>(self): T {} }
impl <T> Baz<Option<T>> for Bar<T> { fn f(self): T {} }
fn foo<T: std::io::Show + U, U>(b: T): Option<U> {
let a = [1, "str", 'c', true, Option::None(), Option::Some(value: 1), Option::Some(2)]
let s = "interp {foo("nest {'b'}")}"
let s = "interp {foo("nest {bar('b')}")}"
let Foo::Foo(x) = Foo::Foo(4)
let b = if a.next().isSome() { a } else { [] }
let b2 = a.next()!.await?
Expand Down

0 comments on commit a1c8cad

Please sign in to comment.