Histórico de commits

Autor SHA1 Mensagem Data
  Pedro Gimeno 4571df2c2b Delete old entry from .gitattributes to complete the circle 5 anos atrás
  Pedro Gimeno 647b0da1b3 Rename test_asc2bas to test_asc2cld 5 anos atrás
  Pedro Gimeno 42db034c0d Prepare for renaming (Git is vvvvvvvery picky with attribs) 5 anos atrás
  Pedro Gimeno 6432468b2b Add test suite for BASIC tokenizer 5 anos atrás
  Pedro Gimeno f4a702b44b Remove unnecessary part, prettify remaining bits 5 anos atrás
  Pedro Gimeno 9dbf141e7d Round some sharp edges around control char parsing 5 anos atrás
  Pedro Gimeno 309d0bb3d2 Prettify the source a bit for the incoming publication 5 anos atrás
  Pedro Gimeno ccac31f101 Reorganization to parse lines as they are found 5 anos atrás
  Pedro Gimeno 5f23ca0670 Add support for CALL 5 anos atrás
  Pedro Gimeno 9cd62f8d74 Switch to named groups 5 anos atrás
  Pedro Gimeno 81d4526966 Make good1.bas binary 5 anos atrás
  Pedro Gimeno e2b436f429 Replicate tokenizer bug where 9.999995! results in 1! instead of 10! 5 anos atrás
  Pedro Gimeno f7a36b4632 Rename asc2bas.py to asc2cld.py 5 anos atrás
  Pedro Gimeno fc55254363 Revert previous change and switch strategy 5 anos atrás
  Pedro Gimeno 9669bbe3d1 Read the file in binary 5 anos atrás
  Pedro Gimeno a71c49bba8 Add command line option to activate the use_cr tokenizer option 5 anos atrás
  Pedro Gimeno 27a919c61f For line deletion, control and >7Fh characters count as nonexistent 5 anos atrás
  Pedro Gimeno 139821aebf Raise undefined line error when trying to delete a nonexisting line 5 anos atrás
  Pedro Gimeno bdf4559554 Remove obsolete line 5 anos atrás
  Pedro Gimeno 524c2944db Add *.cld to gitignore (CLOAD files) 5 anos atrás
  Pedro Gimeno f1efd175b1 Move asc2bas.py to final location 5 anos atrás
  Pedro Gimeno cf2a334cba Add copyright notice 5 anos atrás
  Pedro Gimeno 64ab019045 Forgot another b prefix for bytes 5 anos atrás
  Pedro Gimeno a2e8232ba6 Fix hex and octal literals 5 anos atrás
  Pedro Gimeno d2d7c913cd Add assertion for lower-case 'e' in number 5 anos atrás
  Pedro Gimeno 095d245d81 Fix case sensitivity 5 anos atrás
  Pedro Gimeno 578c32dd15 Fix remove_spaces 5 anos atrás
  Pedro Gimeno b905df34ec Fix tokenization of identifiers 5 anos atrás
  Pedro Gimeno a47e258cba Fix a corner case with numbers of the form 1.99999999999995% 5 anos atrás
  Pedro Gimeno 45845f8f7e Fix a few ill cases 5 anos atrás