diff --git a/ModData/About/About.xml b/ModData/About/About.xml index 417c292..d2b4897 100644 --- a/ModData/About/About.xml +++ b/ModData/About/About.xml @@ -8,7 +8,7 @@ Stop writing assembly. Start writing code. -Slang (Stationeers Language) brings modern programming to Stationeers. It allows you to write scripts using a familiar C-style syntax (variables, functions, if/else, loops) directly in the in-game editor. When you hit confirm, Slang compiles your code into optimized IC10 MIPS assembly instantly. +Slang (Stationeers Language) brings modern programming to Stationeers. It allows you to write scripts using a familiar C-style syntax (variables, functions, if/else, loops) directly in the in-game editor. When you hit confirm, Slang compiles your code into IC10 instantly. [b]NOTE: This project is in BETA. Expect updates and changes![/b] @@ -91,7 +91,7 @@ A: Yes! Slang does not modify any existing IC10 code, it is only a compiler. As Slang - High Level Language Compiler - A modern programming experience for Stationeers. Write C-style code that compiles to MIPS assembly instantly. + A modern programming experience for Stationeers. Write C-style code that compiles to IC10 instantly. Features - In-Game Compilation: Write high-level logic directly in the chip editor.