diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:54:27 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 15:54:27 -0700 |
| commit | 278b004d17830c7be7b329d7036cf82a246039fd (patch) | |
| tree | 4d278c2f1cb011ccba2499bc8f004fab5096f4fe /README.md | |
| parent | 4c8a8a0fe1f1aa042f48b196aef38cfaa3ef3158 (diff) | |
Added more file descriptions.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |
