.gitignore
.sourcery.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/publish.yaml
.github/workflows/test.yaml
.vscode/settings.json
cases/arg_comma.c
cases/assert_expression.c
cases/assert_fail.c
cases/assert_output.c
cases/assert_pass.c
cases/at_symbol.c
cases/break_for.c
cases/break_level_error.c
cases/break_nested.c
cases/break_outside_loop.c
cases/break_while.c
cases/comments.c
cases/continue_for.c
cases/continue_nested.c
cases/empty_args.c
cases/empty_function.c
cases/extra_bracket.c
cases/extra_closing_brace.c
cases/file_append.c
cases/file_partial_read.c
cases/file_sequential_reads.c
cases/file_write_read.c
cases/file_write_return.c
cases/for_in_list.c
cases/for_in_string.c
cases/for_range.c
cases/for_range_start.c
cases/for_range_step.c
cases/for_range_step_negative.c
cases/for_range_step_odd.c
cases/fstring_basic.c
cases/fstring_expression.c
cases/fstring_nested.c
cases/if_else.c
cases/invalid_type.c
cases/list_assignment.c
cases/list_indexing.c
cases/list_len.c
cases/list_literal.c
cases/math_abs.c
cases/math_expr.c
cases/math_max.c
cases/math_min.c
cases/math_pow.c
cases/missing_brace.c
cases/missing_func_name.c
cases/missing_paren.c
cases/missing_quote.c
cases/multiple_args.c
cases/nested_calls.c
cases/nested_if.c
cases/output_arithmetic.c
cases/output_builtin_len.c
cases/output_builtin_str.c
cases/output_comparison.c
cases/output_function_return.c
cases/output_if_false.c
cases/output_if_true.c
cases/output_multiple_lines.c
cases/output_nested_function.c
cases/output_string_ops.c
cases/output_variables.c
cases/output_while_loop.c
cases/return_value.c
cases/socket_client.c
cases/socket_multiple.c
cases/string_concat.c
cases/string_join.c
cases/string_lower.c
cases/string_replace.c
cases/string_split.c
cases/string_strip.c
cases/string_upper.c
cases/struct_as_param.c
cases/struct_basic.c
cases/struct_field_assign.c
cases/struct_in_list.c
cases/struct_mixed_types.c
cases/struct_nested.c
cases/struct_return.c
cases/struct_string_field.c
cases/switch_basic.c
cases/switch_default.c
cases/switch_expression.c
cases/switch_in_loop.c
cases/switch_multiple_values.c
cases/switch_nested.c
cases/switch_no_default.c
cases/switch_string.c
cases/type_conv_bool_from_int.c
cases/type_conv_bool_zero.c
cases/type_conv_float_from_int.c
cases/type_conv_float_from_string.c
cases/type_conv_int_from_float_string.c
cases/type_conv_int_from_string.c
cases/unclosed_string.c
cases/valid_function.c
cases/valid_if.c
cases/valid_variable.c
cases/valid_while.c
cases/var_in_function.c
examples/http.fr
examples/static/.html
frscript.egg-info/PKG-INFO
frscript.egg-info/SOURCES.txt
frscript.egg-info/dependency_links.txt
frscript.egg-info/entry_points.txt
frscript.egg-info/requires.txt
frscript.egg-info/top_level.txt
runtime/Makefile
runtime/vm.c
src/__init__.py
src/binary.py
src/builtin_funcs.py
src/cli.py
src/compiler.py
src/optimizer.py
src/parser.py
src/runtime.py
src/tests.py
src/utils.py