diff --git a/RobloxCS/README.md b/RobloxCS/README.md index a7e7cc0..7088920 100644 --- a/RobloxCS/README.md +++ b/RobloxCS/README.md @@ -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) @@ -28,4 +27,4 @@ This project includes the compiler and transformers. - `yield` keyword - `out` keyword - `partial` keyword -- `using Name = Type` expressions (type aliases) \ No newline at end of file +- `using Name = Type` expressions (type aliases)