mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-10-15 16:29:40 +02:00
52aea868a5 Begin implementing more OOP-like design
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-16 10:27:34 +02:00
db1d7fe820 Add Logistica to optional dependencies in README.md
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-16 10:25:59 +02:00
959c5ac6b8 Remove debug log message
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-14 17:36:20 +02:00
19c97f0173 Implement Logistica compatibility
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-11 15:29:39 +02:00
3419fcb660 Introduce tag system for further usage
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-11 15:05:04 +02:00
636c0cda64 Remove unnecessary constant
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:57:26 +02:00
ce4e1b52ba Some leftover API files fixes
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:56:32 +02:00
116a893274 Some leftover API files fixes
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:53:47 +02:00
07ea380ed7 Extract registration API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:47:10 +02:00
e18789451c Extract network API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:42:14 +02:00
e2d91cd8c5 Extract tool API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:36:55 +02:00
0363a2ba26 Extract fluid API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:31:51 +02:00
cb41e76742 Extract side API functions to separate file
mrkubax10 pushed to master at mrkubax10/industrialtest 2024-09-08 22:28:12 +02:00
9436c7033b Extract power API functions to separate file
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-26 13:15:20 +02:00
33f76e6a89 Implement identifier lexing
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-26 13:14:29 +02:00
872d9d7bc3 Implement token dumping
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 22:27:34 +02:00
d689db9388 Fix lexing tokens starting with '|' and '^'
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 22:22:50 +02:00
7a31c754ee Fix lexing tokens starting with '<' and '>'
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-25 21:51:52 +02:00
e7e2f355b0 Some work on lexer
5a0b2ecd13 Implement VariableExpression
3836c35723 Introduce VariableAssignment
a4111d0622 Rename NumericExpression to LiteralExpression and add pointer to Value
f975cebeb5 Introduce FunctionCall and way to register native functions
Compare 6 commits »
mrkubax10 pushed to as at PolyGun/PolyGun 2024-08-16 19:23:16 +02:00
e3da82c0ac Introduce FunctionDefinition