Skip to content
/ MacroDSL Public

A text editor with interactive macro programming. Make macros, repeat them quickly

Notifications You must be signed in to change notification settings

haved/MacroDSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacroDSL

A text editor with interactive macro creation and execution. Made to be fast.

Dependencies

  • Zig
  • Raylib (vendored)

On Arch Linux you can install zig from pacman, run

sudo pacman -S zig

To build raylib, make sure you have the submodule

git submodule update --init
cd raylib-zig/raylib/src
zig build

Building native binaries

zig build

# to run
zig build run

References

About memory, cache and speed:

About

A text editor with interactive macro programming. Make macros, repeat them quickly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published