2
1
Fork
You've already forked MicroLang
0
Small language compiler
  • C 97.5%
  • Makefile 2.5%
Find a file
2026年05月13日 22:48:59 +03:00
DedLib @23dcc3334b Пустой проект 2025年12月03日 22:32:39 +03:00
examples_microcpu Moved examples 2026年05月04日 14:33:28 +03:00
examples_nasm Removed nasm output 2026年05月13日 22:48:59 +03:00
.gitignore Working elf 2026年05月13日 02:20:35 +03:00
.gitmodules Пустой проект 2025年12月03日 22:32:39 +03:00
ast_backend.c Basic strings implementation 2026年01月14日 19:48:26 +03:00
ast_backend.h Реализовано удаление неиспользуемых функций 2025年12月13日 21:38:27 +03:00
ast_save.c Basic strings implementation 2026年01月14日 19:48:26 +03:00
backend_elf.c Working elf 2026年05月13日 02:20:35 +03:00
backend_jit.c Working elf 2026年05月13日 02:20:35 +03:00
backend_microcpu.c Untested backend implemenatation 2026年05月06日 21:39:49 +03:00
backend_nasm.c Working elf 2026年05月13日 02:20:35 +03:00
compiler.c Minimal frontend implementation 2025年12月07日 18:01:16 +03:00
compiler.h Added taking pointers 2025年12月16日 23:35:06 +03:00
config.mk Begin lexer implementation 2025年12月05日 01:07:51 +03:00
decompiler.c Ещё немного причёсываний 2025年12月25日 00:12:42 +03:00
dump.c Basic strings implementation 2026年01月14日 19:48:26 +03:00
gen_bin.c Removed nasm output 2026年05月13日 22:48:59 +03:00
gen_bin.h Added strings and data section 2026年05月12日 22:00:48 +03:00
lexer.c Renamed backend + parser todo 2026年05月04日 14:29:50 +03:00
Makefile Working elf 2026年05月13日 02:20:35 +03:00
opcode_generator.c Added strings and data section 2026年05月12日 22:00:48 +03:00
opcode_generator.h Basic compiler implementation 2026年05月12日 17:44:42 +03:00
optimizer.c Реализовано удаление неиспользуемых функций 2025年12月13日 21:38:27 +03:00
parser.c Renamed backend + parser todo 2026年05月04日 14:29:50 +03:00