Commit Graph

149 Commits

Author SHA1 Message Date
Stefano Sanfilippo e984b5d0ea Uniform token naming convention. 2014-12-02 14:15:25 +01:00
Stefano Sanfilippo 5160c82adb Add a note to Specification.txt to remark that it's not up-to-date. 2014-12-02 13:15:40 +01:00
Stefano Sanfilippo 8e80aa4969 Show the variable name when asking the user for some input. 2014-12-02 01:36:50 +01:00
Stefano Sanfilippo 761ce64ca2 More meaningful example for bituma comment. 2014-12-01 10:20:23 +01:00
Stefano Sanfilippo b254b63faf Accented letters vs. backtick + smal fix to README. 2014-12-01 10:17:14 +01:00
Stefano Sanfilippo 87ca7614e4 Crediting the people who contributed to the initial specs. 2014-12-01 10:16:56 +01:00
Stefano Sanfilippo ffb2c6f975 Make in() static since it's not supposed to be used outside the lexer. 2014-12-01 09:55:06 +01:00
Stefano Sanfilippo d031031e4e Void functions might not return a value. 2014-12-01 00:33:57 +01:00
Stefano Sanfilippo 10034f38df Accept "supercazzora" as alternate spelling of "supercazzola".
As mentioned in #2
2014-12-01 00:29:49 +01:00
Alessandro Gatti e9be8b4419 Don't assume Italian accented characters are available. 2014-11-30 23:45:07 +01:00
Alessandro Pellegrini 8913c12a7f Hello World
There cannot be any programming language without a Hello World.
2014-11-30 23:39:57 +01:00
Stefano Sanfilippo 36de368b19 Enclose output expression in (). 2014-11-30 13:40:08 +01:00
Stefano Sanfilippo 2bc017d0bb Allow floating point literals with exponent and without decimal part. 2014-11-30 13:19:19 +01:00
Stefano Sanfilippo a6954b6ff7 Documenting function declaration and invocation in README. 2014-11-30 13:17:30 +01:00
Stefano Sanfilippo 0a49ccfeca Emitting prototypes for all declared functions. 2014-11-30 13:05:59 +01:00
Stefano Sanfilippo 76a4e3d7f2 Adding support for functions. 2014-11-30 13:03:45 +01:00
Stefano Sanfilippo ad80fc5130 Support for floating point literals. 2014-11-29 22:37:57 +01:00
Stefano Sanfilippo 8c813602d4 Stop compilation when an unexpected character is encountered. 2014-11-29 22:31:25 +01:00
Stefano Sanfilippo bb0c5c2c78 Fix definition of loop in README. 2014-11-29 21:39:13 +01:00
Stefano Sanfilippo 335802c667 Fix license header. 2014-11-29 21:38:52 +01:00
Stefano Sanfilippo 75b5d6c40b Accept "prematura" as alternate spelling of "brematura".
Solves #2.
2014-11-29 18:30:04 +01:00
Stefano Sanfilippo 0a932b3c3b Add "delle" to the list of articles. 2014-11-29 18:26:25 +01:00
Stefano Sanfilippo 46c7c99967 README typo fix. 2014-11-29 18:26:06 +01:00
Stefano Sanfilippo 30113be459 Bison 2.5 compatibility patch and make target. 2014-11-29 11:25:31 +01:00
Stefano Sanfilippo b312a2fb01 Merge typo fixes from https://github.com/skeru/monicelli
Thanks!
2014-11-29 11:00:42 +01:00
Stefano Sanfilippo 42753ffe69 Fix typos in README.md 2014-11-29 01:37:20 +01:00
skeru ea6be3513f Readme.md typo fix 2014-11-29 01:34:01 +01:00
skeru df683728c7 Readme.md typo fix 2014-11-29 01:31:46 +01:00
Stefano Sanfilippo f157badc3b Minor fixes to README. 2014-11-29 01:30:01 +01:00
Stefano Sanfilippo d32c6a4ede More meaningful example for branch. 2014-11-29 01:20:58 +01:00
Stefano Sanfilippo 89bd49d8df Expanded branch section. 2014-11-29 01:18:29 +01:00
Stefano Sanfilippo 635319d286 Minor fixes. 2014-11-29 01:17:07 +01:00
Stefano Sanfilippo c07583c7e5 Functions. 2014-11-29 01:13:01 +01:00
Stefano Sanfilippo 10d8ede0d6 Do-while example. 2014-11-29 01:08:12 +01:00
Stefano Sanfilippo a95bdf4c6c Alternate spelling for assignment. 2014-11-29 01:07:58 +01:00
Stefano Sanfilippo 8cf93edbf3 Optional comma. 2014-11-29 01:04:56 +01:00
Stefano Sanfilippo 040d42d457 Typo fix. 2014-11-29 01:03:30 +01:00
Stefano Sanfilippo 1913592cf9 Markdown fixes in README. 2014-11-29 00:58:27 +01:00
Stefano Sanfilippo 39f54f3b55 Adding meta comment to syntax.mc 2014-11-29 00:51:10 +01:00
Stefano Sanfilippo 099aff1efc Add compilation step, fix usage in README. 2014-11-29 00:49:21 +01:00
Stefano Sanfilippo 9aadddd2fa Adding README. 2014-11-29 00:47:58 +01:00
Stefano Sanfilippo 971079b89d Adding GPLv3 license. 2014-11-29 00:47:50 +01:00
Stefano Sanfilippo 57defac719 Refactoring: less indents. 2014-11-28 20:19:19 +01:00
Stefano Sanfilippo b31feeb4ea Adding operator << for Type enum. 2014-11-28 20:18:50 +01:00
Stefano Sanfilippo f96376438c Removing redundant static qualifier. 2014-11-28 20:03:49 +01:00
Stefano Sanfilippo 7acb487cf7 Fix names in makefile. 2014-11-28 20:02:52 +01:00
Stefano Sanfilippo effa74c2ff Adding location (line and column) to error report. 2014-11-28 20:02:41 +01:00
Stefano Sanfilippo 95cc9d4966 Adding -O2 to compiler command line. 2014-11-28 19:44:34 +01:00
Stefano Sanfilippo 262508fafd Using Pointer type instead of std::unique_ptr
For now, it's just an alias.
2014-11-28 19:40:47 +01:00
Stefano Sanfilippo 015f8ae6d1 Renaming List to more meaningful PointerList. 2014-11-28 19:37:14 +01:00