Compare commits
2 Commits
a834fd578e
...
3aa468c2f6
Author | SHA1 | Date | |
---|---|---|---|
3aa468c2f6 | |||
c704187012 |
|
@ -156,5 +156,4 @@ extern void f_main(struct stack* s);
|
||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
struct node_global* first_node = alloc_global(f_main, 0);
|
struct node_global* first_node = alloc_global(f_main, 0);
|
||||||
struct node_base* result = eval((struct node_base*) first_node);
|
struct node_base* result = eval((struct node_base*) first_node);
|
||||||
printf("%d\n", ((struct node_num*) result)->value);
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$container-width: 800px;
|
$container-width: 800px;
|
||||||
$primary-color: #36e281;
|
$primary-color: #36e281;
|
||||||
$primary-color-dark: #1dc868;
|
$primary-color-dark: darken($primary-color, 10%);
|
||||||
$font-heading: "Lora", serif;
|
$font-heading: "Lora", serif;
|
||||||
$font-body: "Raleway", serif;
|
$font-body: "Raleway", serif;
|
||||||
$font-code: "Inconsolata", monospace;
|
$font-code: "Inconsolata", monospace;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user