From d80f404865656b6d1a8faf41cecdd61343adcd0b Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 28 Jul 2016 16:38:59 -0400 Subject: Fixed an issue with instantiating lazy values. Also, work on language impl. notes --- dice-lang/lang-impl.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dice-lang/lang-impl.html (limited to 'dice-lang/lang-impl.html') diff --git a/dice-lang/lang-impl.html b/dice-lang/lang-impl.html new file mode 100644 index 0000000..62fddf6 --- /dev/null +++ b/dice-lang/lang-impl.html @@ -0,0 +1,13 @@ + + + + + + +

Language implementation details

+

First, a command is read from the user, and + checked to see if it has any interpreter pragmas + in it. If so, the interpreter pragma is handled + and we move onto the next command.

+ + \ No newline at end of file -- cgit v1.2.3