From 66a86d1b20a1e97b2d008e73db7557887fc44edf Mon Sep 17 00:00:00 2001 From: gramanas Date: Sat, 6 Nov 2021 13:01:47 +0200 Subject: Progress --- lib/pa sta.rcp | 12 ++++++++++++ lib/pasta red sauce.rcp | 23 +++++++++++++++++++++++ lib/pasta-red-sauce.rcp | 22 ++++++++++++++++++++++ lib/pasta.rcp | 12 ++++++++++++ lib/simple_omelette.rcp | 8 +++++++- 5 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 lib/pa sta.rcp create mode 100644 lib/pasta red sauce.rcp create mode 100644 lib/pasta-red-sauce.rcp create mode 100644 lib/pasta.rcp (limited to 'lib') diff --git a/lib/pa sta.rcp b/lib/pa sta.rcp new file mode 100644 index 0000000..da71596 --- /dev/null +++ b/lib/pa sta.rcp @@ -0,0 +1,12 @@ +@pasta + +pasta = 240g +salt = * +olive oil = 1tblsp + +--- + +> boil 2 liters of water in a pot +> add the $salt and the ${olive oil} +> add the pasta and cook according to the \ +instructions in the box \ No newline at end of file diff --git a/lib/pasta red sauce.rcp b/lib/pasta red sauce.rcp new file mode 100644 index 0000000..b0bc460 --- /dev/null +++ b/lib/pasta red sauce.rcp @@ -0,0 +1,23 @@ +@pasta with red sauce + +!~/code/food_compiler/lib/pasta.rcp +salt = * +sugar = 1 teaspoon +onion = 1 +garlic = 1 clove +oregano = 1tbsp +tomato sauce = 1 can +wine = 100ml +olive oil = * + +--- + +- prepare $pasta +> heat some ${olive oil} in the pan +> fry $garlic [until light brown] +> add $onion and some $salt, fry [until \ +onion is translucent] +> deglaze with the $wine and cook [until it reduces in half] +> add the ${tomato sauce}, and some warm water to rinse the can +> add $pasta to the sauce, turn the heat off, and cook [for 1-2 minutes] ++ serve on a big bowl diff --git a/lib/pasta-red-sauce.rcp b/lib/pasta-red-sauce.rcp new file mode 100644 index 0000000..e870358 --- /dev/null +++ b/lib/pasta-red-sauce.rcp @@ -0,0 +1,22 @@ +@pasta with red sauce + +!lib/pa sta.rcp +salt = * +sugar = 1 teaspoon +onion, garlic = 1 +oregano = 1tbsp +tomato sauce = 1 can +wine = 100ml +olive oil = * + +--- + +- prepare $pasta +> heat some ${olive oil} in the pan +> fry $garlic [until light brown] +> add $onion and some $salt, fry [until \ +onion is translucent] +> deglaze with the $wine and cook [until it reduces in half] +> add the ${tomato sauce}, and some warm water to rinse the can +> add $pasta to the sauce, turn the heat off, and cook [for 1-2 minutes] ++ serve on a big bowl diff --git a/lib/pasta.rcp b/lib/pasta.rcp new file mode 100644 index 0000000..da71596 --- /dev/null +++ b/lib/pasta.rcp @@ -0,0 +1,12 @@ +@pasta + +pasta = 240g +salt = * +olive oil = 1tblsp + +--- + +> boil 2 liters of water in a pot +> add the $salt and the ${olive oil} +> add the pasta and cook according to the \ +instructions in the box \ No newline at end of file diff --git a/lib/simple_omelette.rcp b/lib/simple_omelette.rcp index 37a0cb8..c867e47 100644 --- a/lib/simple_omelette.rcp +++ b/lib/simple_omelette.rcp @@ -1,7 +1,13 @@ # -*- mode: fundamental -*- @title -!/home/gramanas/code/food_compiler/lib/include.rcp +# default lib search path FOOD_LIB=/var/lib/food +# order: +# 1a. full path if s[0] = / or ~ +# 1b. local path +# 2. default library path +# !pasta.rcp = 3 +!~/code/food_compiler/lib/include.rcp eggs = 3 milk = 2tbsp salt, pepper = * -- cgit v1.2.3