Skip to content
Snippets Groups Projects
Commit b55f0b76 authored by michal's avatar michal
Browse files

Create backbone for task1

parent 01ea77db
No related branches found
No related tags found
1 merge request!1Task1 odevzdání
......@@ -6,4 +6,22 @@ test:
- meson compile -C build
- cppcheck --error-exitcode=1 *.c
- env FML="$(readlink -f ./build/fml)" FML_REF_BC_INT=/cfml/fml /FMLtest/suite ast_interpret
hello_world.fml
# hello_world.fml
hello_world
literals
variables
conditionals
loops
functions
function_value
builtins
# arrays
# iterator
# fibonacci
# fizzbuzz_fun
# fizzbuzz_loop
# roman
# stack
# brainfuck
# langtons_ant
#sudoku
File moved
File moved
File moved
int main ( int argc, const char * argv [] ) {
return 0;
}
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment