From 81a4ab80d4691358909b12dbaa5daea6c7aaacf9 Mon Sep 17 00:00:00 2001 From: Riley Peel <49625808+R-unic@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:11:55 -0400 Subject: [PATCH] docs: update README --- RobloxCS/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)