Skip to content

El-Wumbus/lip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 23, 2024
320290c · Nov 23, 2024

History

5 Commits
Oct 13, 2024
Oct 13, 2024
Oct 13, 2024
Nov 23, 2024
Oct 15, 2024
Oct 15, 2024

Repository files navigation

LIterate Programming (LIP)

This document is both a valid Markdown document and a valid Odin program.

package README

import "core:fmt"

main :: proc() {
    fmt.println("LIterate Programming! 🥳🎉")
}

To generate the Odin code, run:

./lip -input README.md -output README.odin \
    -begin '```odin' \
    -end '```' \
    -comment '//'
odin run ./README.odin -file

Build

odin build .

About

LIterate Programming (LIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published