mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Update README.md
This commit is contained in:
@@ -48,13 +48,9 @@ Not in any particular order
|
|||||||
* Documentation Generator for "Entities"
|
* Documentation Generator for "Entities"
|
||||||
* Multiple Architecture support
|
* Multiple Architecture support
|
||||||
* Language level atomics and concurrency support
|
* Language level atomics and concurrency support
|
||||||
* Linking Options
|
|
||||||
- Executable
|
|
||||||
- Static/Dynamic Library
|
|
||||||
* Debug Information
|
* Debug Information
|
||||||
- pdb format too
|
- pdb format too
|
||||||
* Command Line Tooling
|
* Command Line Tooling
|
||||||
* Compiler Internals:
|
* Compiler Internals:
|
||||||
- Big numbers library
|
- Big numbers library
|
||||||
- Cyclic Type Checking (at the moment will cause compiler to go into an infinite loop)
|
|
||||||
- Multithreading for performance increase
|
- Multithreading for performance increase
|
||||||
|
|||||||
+4
-3
@@ -65,9 +65,10 @@ void usage(char *argv0) {
|
|||||||
gb_printf_err("Usage:");
|
gb_printf_err("Usage:");
|
||||||
gb_printf_err("\n\t%s command [arguments]\n", argv0);
|
gb_printf_err("\n\t%s command [arguments]\n", argv0);
|
||||||
gb_printf_err("Commands:");
|
gb_printf_err("Commands:");
|
||||||
gb_printf_err("\n\tbuild compile .odin file");
|
gb_printf_err("\n\tbuild compile .odin file");
|
||||||
gb_printf_err("\n\trun compile and run .odin file");
|
gb_printf_err("\n\tbuild_dll compile .odin file as dll");
|
||||||
gb_printf_err("\n\tversion print Odin version");
|
gb_printf_err("\n\trun compile and run .odin file");
|
||||||
|
gb_printf_err("\n\tversion print Odin version");
|
||||||
gb_printf_err("\n\n");
|
gb_printf_err("\n\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user