- changed the comment char from ; to #

- updated the tests and examples to use the new comment style
- changed the lexer error messages to include the source file path

git-svn-id: https://smali.googlecode.com/svn/trunk@83 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com
2009-06-04 05:54:34 +00:00
parent e53f5ae41b
commit 1834b365d6
12 changed files with 62 additions and 55 deletions

View File

@ -2,11 +2,11 @@
.super Ljava/lang/Object;
;expected output:
;@ClassAnnotation()
;@MethodAnnotation()
;@FieldAnnotation()
;@ParameterAnnotation()
#expected output:
#@ClassAnnotation()
#@MethodAnnotation()
#@FieldAnnotation()
#@ParameterAnnotation()
.method public static main([Ljava/lang/String;)V