X-Git-Url: http://nitlanguage.org diff --git a/lib/standard/README.md b/lib/standard/README.md deleted file mode 100644 index cd780d0..0000000 --- a/lib/standard/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# Nit Core Library - -Core classes and methods used by default by Nit programs and libraries. - -## Core Basic Types and Operations - -[[doc:kernel]] - -### Object - -[[doc:Object]] - -#### Equality - -[[doc:Object::==]] -[[doc:Object::!=]] -[[doc:Object::hash]] -[[doc:Object::is_same_instance]] -[[doc:Object::object_id]] - -#### Debuging - -[[doc:Object::output]] -[[doc:Object::output_class_name]] -[[doc:Object::is_same_type]] - -### Sys - -[[doc:Sys]] - -#### Program Execution - -[[doc:Sys::main]] -[[doc:Sys::run]] - -### Other - -[[list:kernel]] - -## Core Collections - -[[doc:collection]] - -## String and Text manipulation - -[[doc:text]]