latest (doing some ark vcs stuff)

This commit is contained in:
Edward R. Gonzalez 2024-03-17 15:30:30 -04:00
parent d06148384d
commit b0b8f3d595
5 changed files with 8 additions and 9 deletions

View File

@ -18,8 +18,6 @@
.git/
.vscode/
logs/
thirdparty/Odin/.git/
thirdparty/ols/.git/
thirdparty/ols/
thirdparty/Odin/
thirdparty/ini/
thirdparty/Odin/
thirdparty/ols/

View File

@ -4,6 +4,7 @@ LL_Node :: struct ( $ Type : typeid ) {
next : ^Type,
}
// ll_push :: proc( list_ptr : ^(^ ($ Type)), node : ^Type ) {
ll_push :: #force_inline proc "contextless" ( list_ptr : ^(^ ($ Type)), node : ^Type ) {
list := (list_ptr^)
node.next = list

View File

@ -84,7 +84,7 @@ PA_TokenType :: enum u32 {
Vert_Bar, // |
Vert_Bar_Double, // ||
Vert_Bar_Equal, // |=
Vert_Bar_Double_Equal, //=
Vert_Bar_Double_Equal, // |==
B_Operator_End,
Count,

View File

@ -242,7 +242,7 @@ update :: proc( delta_time : f64 ) -> b32
// test_text_box()
// test_parenting()
if false
if true
{
// frame := ui_widget( "Frame", {} )
// ui_parent(frame)
@ -312,7 +312,7 @@ update :: proc( delta_time : f64 ) -> b32
}
// Whitespace AST test
if true
if false
{
profile("Whitespace AST test")
@ -336,10 +336,10 @@ update :: proc( delta_time : f64 ) -> b32
text_theme.disabled.bg_color = Color_Frame_Disabled
text_theme.hot.bg_color = Color_Frame_Hover
text_theme.active.bg_color = Color_Frame_Select
ui_style_theme( text_theme )
layout_text := text_style.layout
ui_style_theme( text_theme )
alloc_error : AllocatorError; success : bool
// debug.lorem_content, success = os.read_entire_file( debug.path_lorem, frame_allocator() )

View File

@ -255,7 +255,7 @@ push-location $path_root
# $build_args += $flag_show_system_call
# $build_args += $flag_no_bounds_check
# $build_args += $flag_no_thread_checker
# $build_args += $flag_default_allocator_nil
$build_args += $flag_default_allocator_nil
$build_args += ($flag_max_error_count + '10')
# $build_args += $flag_sanitize_address
# $build_args += $flag_sanitize_memory