From 278b004d17830c7be7b329d7036cf82a246039fd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 15:54:27 -0700 Subject: Added more file descriptions. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 26301da..5f6b7c7 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ All `.moon` files have been precompiled into corresponding `.lua` files, so you * `examples/how_do_i.nom` - A simple walkthrough of some of the features of Nomsu, written in Nomsu code. **This is a good place to start.** * `core/*.nom` - Core language definitions of stuff like control flow, operators, and metaprogramming, broken down into different files. * `lib/*.nom` - Optional language libraries for stuff you might want, like interfacing with the OS, or doing Object Oriented Programming. +* `compatibility/*.nom` - Code for automatically upgrading Nomsu code from old versions to the current version. +* `tools/*.nom` - A set of utilities useful for doing code manipulation actions. * `Makefile` - Rules for building/installing the compiler. * `LICENSE` - The software license (MIT). * `README.md` - This file. -- cgit v1.2.3