Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic authored Aug 3, 2024
1 parent c4b90de commit 81a4ab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RobloxCS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ This project includes the compiler and transformers.
- Full qualification of types/namespaces inside of namespaces
- Macro `new T()` with collection types to `{}`
- Test `MainTransformer` more
- Make `--init` rename (and modify) solution, main place csproj, and main place folder

## Will maybe be supported
- [Class finalizers (destructors)](https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/finalizers)
Expand All @@ -28,4 +27,4 @@ This project includes the compiler and transformers.
- `yield` keyword
- `out` keyword
- `partial` keyword
- `using Name = Type` expressions (type aliases)
- `using Name = Type` expressions (type aliases)

0 comments on commit 81a4ab8

Please sign in to comment.