Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Mar 28, 2024
1 parent 0e023d8 commit c3edfdb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ await main
- cli:
- watch mode
- codegen:
- ignore advanced type generics (T extends, ternary operator, initializers)
- destructuring (this is so much harder than it needs to be)
- for..in
- macro the rest of the `console` library
- macro the `??` operator
- ignore advanced type generics (T extends, ternary operator, initializers) because Crystal doesn't support them
- destructuring (this is so much harder than it needs to be, thanks TypeScript devs)
- for..in (is this even necessary?)
- macro the rest of the `console` library (warn, error, info, clear, etc.)
- macro the `??` operator (`a != nil ? a : b`)
- emit comments
- disallow:
- call expressions on arrow functions directly
Expand All @@ -63,4 +63,6 @@ await main
- `Object`
- `Promise`
- test:
- `StringBuilder` class
- commonly used utility functions
- if statements with `else`/`elsif` branches

0 comments on commit c3edfdb

Please sign in to comment.