From e44c3dcbf4d85315e7fffc7c3c0717293f40fb1b Mon Sep 17 00:00:00 2001 From: m8pple Date: Mon, 30 Jan 2017 11:50:14 +0000 Subject: Clarify char constants. Thanks to @luisi-at. Closes #5. --- 1-lexer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '1-lexer.md') diff --git a/1-lexer.md b/1-lexer.md index 809f197..8f91d71 100644 --- a/1-lexer.md +++ b/1-lexer.md @@ -58,7 +58,7 @@ Each dictionary should have the following properties: - "Operator" : `(`, `[`, `+` - - "Constant" : `42`, `1.0`, ... + - "Constant" : `42`, `1.0`, `'x'`, `' '`... - "StringLiteral" : `"Is it too late now to say sorry?"`, `"Cause I'm missing more than just"`, ... -- cgit