OSDN Git Service

update lib/ for new syntax of class
[happyabc/happyabc.git] / ChangeLog
1 2009-03-20  MIZUNO Hiroki  <mzp@home.local>
2         * scm: Add hex digit literal(e.g. 0x42)
3         * driver: Use pixel unit at --width/--heigth option, instead of twips
4
5 Version 0.5.0
6         * Support external-module
7         * Add -I option. Add include directories
8         * Add standard library(std and flash)
9         * Add --keep-files to keep temporary files
10
11 Version 0.4.0
12         * Support module
13
14 Version 0.3.1
15         * Detect syntax error
16         * Detect unbound variable
17
18 Version 0.2.0
19         * Support cond syntax
20
21 Version 0.1.0
22         * Public first release