This commit is contained in:
Nishi 2026-05-08 02:59:11 +09:00
commit 32d4e8c6f2
Signed by: nishi
GPG key ID: 27EF69B208EB9343
15 changed files with 108626 additions and 0 deletions

2
src/compiler/watcom.js Normal file
View file

@ -0,0 +1,2 @@
class Watcom extends Compiler {
};