Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.
/ smol Public archive

Retro-inspired fantasy game console and toolchain

License

Notifications You must be signed in to change notification settings

Suirabu/smol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smol

Smol is a retro-inspired fantasy game console.

Quick Start

Run Tests

$ zig build test-common
$ zig build test-emu

Run Emulator

$ zig build run-emu

Goals

  • Emulator

    • CPU emulation
    • Graphics
    • Audio
    • Proper timing
  • Assembler

    • Lexing + Parsing
    • Codegen
    • Macros
    • Includes
    • Linking
  • Smol Programming Language

    • Lexing + Parsing
    • Stack operations
    • Control flow
    • Procedures
    • Variables/Constants
    • Includes
    • Type-checking
    • Optimizations

Contributing

Bug fixes and patches are welcome and would be greatly appreciated. I will not be accepting PRs containing feature additions or major changes to the functionality of the program at this time.

License

Smol is licensed under the MIT license (see here).

About

Retro-inspired fantasy game console and toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages