Skip to content

Instantly share code, notes, and snippets.

View ioma8's full-sized avatar

Jakub Kolcar ioma8

  • self-employed
  • Česká republika
View GitHub Profile
@DomPizzie
DomPizzie / README-Template.md
Last active July 4, 2025 04:28
A simple README.md template

Project Title

Simple overview of use/purpose.

Description

An in-depth paragraph about your project and overview of use.

Getting Started

@lbruder
lbruder / lbForth.c
Created April 6, 2014 15:21
A minimal Forth compiler in ANSI C
/*******************************************************************************
*
* A minimal Forth compiler in C
* By Leif Bruder <[email protected]> http://defineanswer42.wordpress.com
* Release 2014-04-04
*
* Based on Richard W.M. Jones' excellent Jonesforth sources/tutorial
*
* PUBLIC DOMAIN
*