From 2c2c63a8846bf56affa560190d909ab48ca04513 Mon Sep 17 00:00:00 2001 From: Valk Richard Li <48872266+ValKmjolnir@users.noreply.github.com> Date: Thu, 8 Aug 2019 21:22:22 +0800 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e31c5f9..79dbbf8 100644 --- a/README.md +++ b/README.md @@ -247,3 +247,29 @@ function:swap function:__main function:hello + +# The structure of basical elements is... + +class var; + +class nasal_hash;//forward declaration + +struct nasal_list_unit; + +class nasal_list; + +struct nasal_hash_unit; + +class nasal_hash; + +struct token_unit; + +struct parameter; + +class func; + +class token_list; + +#include "nasal_lexer.h" + +main();