1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-13 14:29:29 +00:00

Commit Graph

  • 40ce1801e5 Support for finding local variable declarations Adam Gastineau 2020-10-31 20:29:08 -0700
  • cfbb6d7581 Fixed AST not being built starting from initial paths Adam Gastineau 2020-10-31 13:24:15 -0700
  • 47a0a544e8 Added alias support Adam Gastineau 2020-10-31 12:45:07 -0700
  • 5bff531a8e Added array formatting Adam Gastineau 2020-10-31 11:52:13 -0700
  • d34c4803fd Proper formatting for asm functions Adam Gastineau 2020-10-31 11:19:43 -0700
  • af565b581a Fixed only some test dependencies being properly emitted Adam Gastineau 2020-10-30 22:14:37 -0700
  • ed4c88c84b Implemented .millforkrc.json config file Adam Gastineau 2020-10-30 20:26:11 -0700
  • 4a7166b9e0
    Merge pull request #84 from zbyti/master Karol Stasiak 2020-10-30 23:22:42 +0100
  • 45b4a5dfe3 A8 fixed code zbyti 2020-10-30 16:08:29 +0100
  • f448a3740e Merge branch 'SBTIncludeTestFlags' into lsp-experiments Adam Gastineau 2020-10-29 17:22:55 -0700
  • d483dd1994 Improved #36: Added compile flags for enabling tests Adam Gastineau 2020-10-27 19:52:12 -0700
  • 3cd97ec189 Added check for isIncludeDeclaration on references Adam Gastineau 2020-10-25 14:24:18 -0700
  • 974167dea5 Find all references support Adam Gastineau 2020-10-25 14:19:00 -0700
  • ca81506594 Position and GoToDef for import statements Adam Gastineau 2020-10-25 12:59:23 -0700
  • 37b18ce0c6 AST rebuilding on didChange events Adam Gastineau 2020-10-25 10:13:12 -0700
  • 15f9659332 Prebuild AST on document load Adam Gastineau 2020-10-24 22:39:53 -0700
  • 4dbcc6d868 Module URI logic and partially working GoToDef Adam Gastineau 2020-10-24 18:58:05 -0700
  • 4a09a80db0
    Merge pull request #79 from zbyti/master Karol Stasiak 2020-10-25 02:01:47 +0100
  • a7c9594d75 Basic AST cache Adam Gastineau 2020-10-23 21:13:22 -0700
  • 3b76bb9cc8 Add -lsp flag to launch language server Adam Gastineau 2020-10-23 20:06:02 -0700
  • cc3d58a8f2 Removed accidentally committed config changes Adam Gastineau 2020-10-23 19:40:31 -0700
  • 0afbf4d691 Logger stub Adam Gastineau 2020-10-10 09:02:24 -0700
  • bb641feaf9 Proper positioning for go to def Adam Gastineau 2020-10-10 08:40:01 -0700
  • 6c8a490347 Fixed column indexes being off Adam Gastineau 2020-10-10 08:22:13 -0700
  • 86198abb28 Go to definition with weird positioning issues Adam Gastineau 2020-10-09 19:13:36 -0700
  • 34576abc41 Add declaration finding Adam Gastineau 2020-10-09 18:35:49 -0700
  • 6976b00fc0 Added basic hover symbol formatting Adam Gastineau 2020-10-09 13:51:39 -0700
  • 8c57afe2a9 Node traversal attempting to find closest to cursor Adam Gastineau 2020-10-09 12:37:17 -0700
  • 3432c5bf35 Initial rough draft of hover functionality Adam Gastineau 2020-10-09 09:24:36 -0700
  • 2ce1781e91 refator zbyti 2020-10-06 00:51:50 +0200
  • d76ae3ff9e refator zbyti 2020-10-06 00:50:50 +0200
  • 758f0945f9 refactor zbyti 2020-10-06 00:42:19 +0200
  • d0154253ea .nfo files added zbyti 2020-10-06 00:39:20 +0200
  • 85829102b8 .nfo files added zbyti 2020-10-06 00:36:41 +0200
  • 8a4e65b365 A8 CMC Player with sample music zbyti 2020-10-05 23:17:35 +0200
  • 838ef0d1eb refactor and MPT player examble zbyti 2020-10-05 22:18:03 +0200
  • 963fae8275 Various documentation updates Karol Stasiak 2020-10-05 22:20:08 +0200
  • e94ccd164f Use POKEY for random seed on Atari Karol Stasiak 2020-09-30 01:51:26 +0200
  • a00e10382d Implement readline and readword for VIC-20 Karol Stasiak 2020-09-30 01:37:00 +0200
  • 24c0e8a8ee Fix typo Karol Stasiak 2020-09-30 01:36:13 +0200
  • 5d09410350 Document TRS-80 and Z1013 library support Karol Stasiak 2020-09-30 01:07:56 +0200
  • 70da293fce
    Merge pull request #76 from zbyti/master Karol Stasiak 2020-09-29 23:02:34 +0200
  • c2e9acd3f3 Update CHANGELOG and READMEs Karol Stasiak 2020-09-29 22:57:48 +0200
  • d45fe42d17 Add Robotron Z1013 support Karol Stasiak 2020-09-29 22:50:46 +0200
  • 889a4f94be All things mentioned in segment layouts should be considered used. Karol Stasiak 2020-09-29 22:49:15 +0200
  • c7008f4414 New output elements: literal ASCII strings and space-padded program name Karol Stasiak 2020-09-29 22:47:05 +0200
  • 802424316c ANTIC Display List BASIC fix zbyti 2020-09-28 22:54:58 +0200
  • f9fc001c9a ANTIC Display List BASIC modes forrmating zbyti 2020-09-28 22:17:34 +0200
  • cc1adee4f1 ANTIC Display List BASIC modes zbyti 2020-09-28 22:15:39 +0200
  • 362d682c11 ANTIC Display List Instruction Set table typo zbyti 2020-09-28 21:54:35 +0200
  • a4b27f73e7 ANTIC Display List Instruction Set constans zbyti 2020-09-28 21:49:44 +0200
  • 1b6b49889b A8 landscape refactor zbyti 2020-09-28 19:19:25 +0200
  • 2d7c365b20 TSR-80 newline is just 0x0D Karol Stasiak 2020-09-27 18:58:46 +0200
  • 3af4fcffa9 Z80: Add SLS as an alternate mnemonic for SLL Karol Stasiak 2020-09-27 18:46:19 +0200
  • 3a9be16107 Add TRS-80 Model 1 and 3 support Karol Stasiak 2020-09-26 23:52:49 +0200
  • 3702002541 Fix header Karol Stasiak 2020-09-26 19:56:56 +0200
  • a15c9088ee
    Merge pull request #75 from zbyti/master Karol Stasiak 2020-09-26 19:56:10 +0200
  • 6b3f43393e A8 Landscape refactor zbyti 2020-09-26 01:14:08 +0200
  • 2823b7fde0 A8 examples readme new arrangement zbyti 2020-09-26 01:01:05 +0200
  • e0572fa3aa
    Merge pull request #74 from zbyti/master Karol Stasiak 2020-09-26 00:14:17 +0200
  • 3364f8ab10 Quatari Landscape refactor zbyti 2020-09-25 11:20:16 +0200
  • 560ed09439 Quatari Landscape refactor zbyti 2020-09-25 09:45:48 +0200
  • dc2def7e72 A8 my last examples zbyti 2020-09-25 03:08:33 +0200
  • 9f1309c119
    Merge pull request #71 from zbyti/master Karol Stasiak 2020-09-24 01:25:04 +0200
  • 888f7a0fdb Fix documentation (fixes #72) Karol Stasiak 2020-09-23 23:21:35 +0200
  • 1d046f26e3 A8 Grand Ttheft Antic refactor zbyti 2020-09-23 23:17:01 +0200
  • a4de573593 A8 Grand Ttheft Antic zbyti 2020-09-23 23:09:15 +0200
  • 433066fedd comment fix zbyti 2020-09-23 20:18:04 +0200
  • 7182f32032 more life in empty space zbyti 2020-09-23 00:04:22 +0200
  • 86ae6de325 A8 horizontal stars done on one missile zbyti 2020-09-22 19:34:29 +0200
  • 9f40fc5066 Add some trivial test case Karol Stasiak 2020-09-22 17:59:50 +0200
  • b87c40fc9c Migration from Nashorn to GraalJS Karol Stasiak 2020-09-22 17:59:32 +0200
  • 1decf2f087 65816: Various codegen bugfixes Karol Stasiak 2020-09-22 17:59:14 +0200
  • c9f602b049 65816: Emulator bugfixes Karol Stasiak 2020-09-22 17:58:34 +0200
  • 030531161e Update changelog Karol Stasiak 2020-09-21 09:10:50 +0200
  • 7de23ddd44 Allow the : operator in const-pure functions Karol Stasiak 2020-09-21 09:08:49 +0200
  • 2673a486d6
    Merge pull request #68 from zbyti/master Karol Stasiak 2020-09-21 00:18:14 +0200
  • c0eae29a41 Minor compilation speed optimization Karol Stasiak 2020-09-21 00:14:39 +0200
  • a92f24b280 Better detection of memset loops (fixes #59) Karol Stasiak 2020-09-20 23:39:30 +0200
  • e9d4359bc2 A8 Monte Carlo PI refactor (__mul_u16u8u16) zbyti 2020-09-20 22:58:20 +0200
  • 07b6adf6bc two more benchmarks zbyti 2020-09-19 13:02:55 +0200
  • 269519715b two more benchmarks zbyti 2020-09-19 12:59:14 +0200
  • 3234bbd3d9 two more becnhmarks zbyti 2020-09-19 12:52:41 +0200
  • 19d9e36fa5 A8 more examples zbyti 2020-09-19 01:34:29 +0200
  • fe094af912
    Merge pull request #66 from zbyti/master Karol Stasiak 2020-09-17 16:01:00 +0200
  • 11d2f1aa77 Switch to snapshot versioning Karol Stasiak 2020-09-17 15:29:37 +0200
  • 81bf24b355 A8 System Off refactor zbyti 2020-09-17 12:18:00 +0200
  • 0010358d08 A8 Chessboard drawing benchmark in GR.0 zbyti 2020-09-17 11:13:28 +0200
  • 8e550669c1 A8 system off example typo zbyti 2020-09-16 17:09:24 +0200
  • aaaae08c03 A8 system off example typo zbyti 2020-09-16 13:44:09 +0200
  • 9ee9712554 A8 system off example typo zbyti 2020-09-16 12:50:31 +0200
  • 4758dba89e A8 system off example minor refactor zbyti 2020-09-16 12:15:46 +0200
  • e8a50dc610 A8 system off example and some minor refactor zbyti 2020-09-16 12:04:39 +0200
  • 88e74906b6 a8 examples refactor zbyti 2020-09-15 22:29:18 +0200
  • bed44cd08e Version 0.3.22 v0.3.22 Karol Stasiak 2020-09-15 17:16:47 +0200
  • 0806e719ce Update CHANGELOG Karol Stasiak 2020-09-15 17:14:20 +0200
  • ca5fe5cdb0 6809: various optimizations Karol Stasiak 2020-09-15 17:08:38 +0200
  • 947a84833a Make some command line options repeatable Karol Stasiak 2020-09-15 17:08:22 +0200
  • e8b1e9e391
    Merge pull request #65 from zbyti/master Karol Stasiak 2020-09-11 23:50:17 +0200
  • adf84c084d more info about a8 example zbyti 2020-09-09 02:47:07 +0200