nitc :: interpreter
cflags and ldflags to specify
extra_java_files to compile extra java files
Serializable::inspect to show more useful information
nitc :: modelbuilder
more_collections :: more_collections
Highly specific, but useful, collections-related classes.serialization :: serialization_core
Abstract services to serialize Nit objects to different formatsserialize_to_json and JsonSerializer
nitc :: toolcontext
Common command-line tool infrastructure than handle options and error messagescore :: union_find
union–find algorithm using an efficient disjoint-set data structureclone method of the astbuilder tool
# Interpretation of Nit programs
module interpreter
import naive_interpreter
import dynamic_loading_ffi
src/interpreter/interpreter.nit:15,1--19,26