|
d5bb14d3a5
|
Update views with HLDS models
Not expected to work yet, but if I don't do this generating migrations
gives errors.
|
2020-01-26 16:14:23 +01:00 |
|
|
238c841239
|
Add location's attributes in Location.str
|
2020-01-26 15:40:04 +01:00 |
|
|
9494886965
|
Fix error in grammar that made some comments illegal
The comment in this location header should be supported, but wasn't:
=============================================
fitchen: Fitchen
osm https://www.openstreetmap.org/node/3394542496
# Menu: https://www.fitchen.be/wp-content/uploads/2019/12/FITCHEN_gids_02122019_3web.pdf
=============================================
|
2020-01-26 15:30:32 +01:00 |
|
|
a346220896
|
Adjust str() of HLDS models to deal with int price
|
2020-01-26 15:13:48 +01:00 |
|
|
fe593fece6
|
Add typing in HLDS code, change price to int
|
2020-01-26 15:09:22 +01:00 |
|
|
996444e1b0
|
Make choice type available in dish, make tostring idempotent
|
2020-01-26 02:09:53 +01:00 |
|
|
22aa5a0fb0
|
Fix issues reported by pylint
And silence the self-use warning: Tatsu requires it this way
|
2020-01-26 01:50:30 +01:00 |
|
|
5fcac5f937
|
Add choices to dishes in semantic actions
|
2020-01-26 01:41:18 +01:00 |
|
|
1d9e7cc170
|
Refactor loader to parser, remove hlds from app.py
|
2020-01-26 01:33:08 +01:00 |
|
|
37e3799985
|
Add semantic actions to create models, add str for models
|
2020-01-26 01:31:04 +01:00 |
|
|
edb1677523
|
Refactor HLDS to avoid loading files always
|
2020-01-26 00:04:29 +01:00 |
|
|
b459dbc9b7
|
Start models
|
2020-01-25 01:33:23 +01:00 |
|
|
303349e376
|
Load HLDS locations in app
|
2020-01-24 15:47:29 +01:00 |
|
|
ca264b90e1
|
Force parsed result to be list
|
2020-01-24 15:16:01 +01:00 |
|
|
f62b105abd
|
HLDS: simplify data structure slightly
|
2020-01-24 14:47:53 +01:00 |
|
|
a3af7476c7
|
Fix strange parsing error
|
2020-01-24 00:26:53 +01:00 |
|
|
ca199f4a3b
|
Add first version of the HLDS parser
|
2019-12-01 02:35:03 +01:00 |
|