.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.fr
cases/assert_expression.fr
cases/assert_fail.fr
cases/assert_output.fr
cases/assert_pass.fr
cases/at_symbol.fr
cases/break_for.fr
cases/break_level_error.fr
cases/break_nested.fr
cases/break_outside_loop.fr
cases/break_while.fr
cases/comments.fr
cases/continue_for.fr
cases/continue_nested.fr
cases/empty_args.fr
cases/empty_function.fr
cases/extra_bracket.fr
cases/extra_closing_brace.fr
cases/file_append.fr
cases/file_partial_read.fr
cases/file_sequential_reads.fr
cases/file_write_read.fr
cases/file_write_return.fr
cases/for_in_list.fr
cases/for_in_string.fr
cases/for_range.fr
cases/for_range_start.fr
cases/for_range_step.fr
cases/for_range_step_negative.fr
cases/for_range_step_odd.fr
cases/fstring_basic.fr
cases/fstring_expression.fr
cases/fstring_nested.fr
cases/if_else.fr
cases/invalid_type.fr
cases/list_assignment.fr
cases/list_indexing.fr
cases/list_len.fr
cases/list_literal.fr
cases/math_abs.fr
cases/math_expr.fr
cases/math_max.fr
cases/math_min.fr
cases/math_pow.fr
cases/missing_brace.fr
cases/missing_func_name.fr
cases/missing_paren.fr
cases/missing_quote.fr
cases/multiple_args.fr
cases/nested_calls.fr
cases/nested_if.fr
cases/output_arithmetic.fr
cases/output_builtin_len.fr
cases/output_builtin_str.fr
cases/output_comparison.fr
cases/output_function_return.fr
cases/output_if_false.fr
cases/output_if_true.fr
cases/output_multiple_lines.fr
cases/output_nested_function.fr
cases/output_string_ops.fr
cases/output_variables.fr
cases/output_while_loop.fr
cases/return_value.fr
cases/socket_client.fr
cases/socket_multiple.fr
cases/string_concat.fr
cases/string_join.fr
cases/string_lower.fr
cases/string_replace.fr
cases/string_split.fr
cases/string_strip.fr
cases/string_upper.fr
cases/struct_as_param.fr
cases/struct_basic.fr
cases/struct_field_assign.fr
cases/struct_in_list.fr
cases/struct_mixed_types.fr
cases/struct_nested.fr
cases/struct_return.fr
cases/struct_string_field.fr
cases/switch_basic.fr
cases/switch_default.fr
cases/switch_expression.fr
cases/switch_in_loop.fr
cases/switch_multiple_values.fr
cases/switch_nested.fr
cases/switch_no_default.fr
cases/switch_string.fr
cases/type_conv_bool_from_int.fr
cases/type_conv_bool_zero.fr
cases/type_conv_float_from_int.fr
cases/type_conv_float_from_string.fr
cases/type_conv_int_from_float_string.fr
cases/type_conv_int_from_string.fr
cases/unclosed_string.fr
cases/valid_function.fr
cases/valid_if.fr
cases/valid_variable.fr
cases/valid_while.fr
cases/var_in_function.fr
examples/http.fr
examples/static/.html
examples/static/a.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