Commit Graph

  • e328af6eee docs: update PLAN.md with completed phases dimgigov 2026-05-31 02:16:45 +03:00
  • b177e8fbce feat: add range-based for loops dimgigov 2026-05-31 02:13:30 +03:00
  • 92c5cd59f5 refactor: migrate examples to import Std::Io instead of raw extern func dimgigov 2026-05-31 02:01:28 +03:00
  • c7114c0538 feat: add stdlib module support with auto-import resolution dimgigov 2026-05-31 01:55:54 +03:00
  • 60d4260c93 fix: C backend, parser, sema, HIR lowering for all examples dimgigov 2026-05-31 01:07:45 +03:00
  • aa3433b5a9 feat: add generics support with monomorphization dimgigov 2026-05-31 00:22:03 +03:00
  • cf074bec89 feat: add algebraic enums (tagged unions) support dimgigov 2026-05-30 23:50:33 +03:00
  • b59e852330 feat: add method call support and analyzeFull dimgigov 2026-05-30 23:22:33 +03:00
  • 52608d5601 feat: add enum path expression support in codegen dimgigov 2026-05-30 23:11:03 +03:00
  • 3b03d43dd1 docs: add example programs dimgigov 2026-05-30 23:04:33 +03:00
  • bbb7e60042 fix: add tkAssign and compound assignment operators to C codegen dimgigov 2026-05-30 23:02:33 +03:00
  • 782aaa729d feat: add stdlib IO and extern function support dimgigov 2026-05-30 22:56:03 +03:00
  • 8e74215378 feat: add HIR, C backend, and end-to-end compilation dimgigov 2026-05-30 22:40:34 +03:00
  • 8e637c89e7 feat: semantic analysis + type checker (Phase 2) dimgigov 2026-05-30 21:36:42 +03:00
  • 713ab8e4d6 feat: parser + AST (Phase 1) dimgigov 2026-05-30 21:19:43 +03:00
  • 1b708ec755 feat: bootstrap skeleton + lexer (Phase 0) dimgigov 2026-05-30 21:01:26 +03:00