From c6a7b0be9ebdddb58a03749705987cb3058060d3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Jul 2018 19:39:32 -0700 Subject: Added compatibility for 2.5.5.5 (file hash changes). --- lib/training_wheels.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/training_wheels.nom') diff --git a/lib/training_wheels.nom b/lib/training_wheels.nom index 253f601..46ffecd 100644 --- a/lib/training_wheels.nom +++ b/lib/training_wheels.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V2.5.5.4 +#!/usr/bin/env nomsu -V2.5.5.5 # This file contains a set of definitions that bring some familiar language features from other languages into nomsu (e.g. "||" and "continue") @@ -15,7 +15,7 @@ parse [%a || %b] as (%a or %b) parse [%a && %b] as (%a and %b) parse [continue] as (do next) parse [break] as (stop) -parse [let %thing = %value in %action] as (with local {%thing: %value}) +parse [let %thing = %value in %action] as (with local {%thing:%value}) parse [print %, println %] as (say %) parse [error!, panic!, fail!, abort!] as (barf!) parse [error %, panic %, fail %, abort %] as (barf %) -- cgit v1.2.3